File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ concurrency:
1212
1313jobs :
1414 test :
15- # Skip if push is from sync-main-to-dev bot (code already deployed to staging/GH-Pages & prod/Netlify)
16- if : github.actor != 'github-actions[bot]'
1715 uses : ./.github/workflows/test.yml
1816
1917 build :
Original file line number Diff line number Diff line change 3737 git reset --hard origin/main
3838 fi
3939
40+ # Create empty commit with skip ci to prevent triggering workflows
41+ git commit --allow-empty -m "chore: sync from main [skip ci]"
42+
4043 # Push with force-with-lease (safe force push that fails if remote has new commits)
4144 # This workflow uses a PAT with admin bypass to push directly to the protected branch
4245 git push origin dev --force-with-lease
You can’t perform that action at this time.
0 commit comments