mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 14:25:50 +03:00
[PR #843] [MERGED] ci: optimize workflows with parallel jobs and conditional checks #800
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#800
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/843
Author: @dreamhunter2333
Created: 2/25/2026
Status: ✅ Merged
Merged: 2/25/2026
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (2)
3f9e33cci: optimize workflows with parallel jobs and conditional checks9327248ci: add sync and tag triggers to frontend_pagefunction_deploy📊 Changes
3 files changed (+140 additions, -32 deletions)
View changed files
📝
.github/workflows/frontend_deploy.yaml(+41 -20)📝
.github/workflows/frontend_pagefunction_deploy.yaml(+25 -4)📝
.github/workflows/tag_build.yml(+74 -8)📄 Description
Summary
deploy-frontendanddeploy-telegram-frontendparallel jobs, each with secret-based conditional checkcheckjob to skip deploy whenPAGE_TOMLsecret is not configuredbuild-frontend,build-telegram-frontend,build-backend) +releasejob using artifactsTest plan
tag_build.ymlvia tag push, verify all 3 build jobs run in parallel and release uploads correctlyfrontend_deploy.yamlvia tag push, verify both deploy jobs run in parallelfrontend_pagefunction_deploy.yamlmanually, verify deploy is skipped whenPAGE_TOMLis not set🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.