Skip to content

Commit 1ea7951

Browse files
ci: remove skip ci from sync commit message (#62)
* ci: remove skip ci from sync commit message The [skip ci] was being included in merge commits and preventing workflows from running on main branch after PR merges. * chore: trigger CI
1 parent 199328a commit 1ea7951

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-main-to-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
git reset --hard origin/main
4545
fi
4646
47-
# Create empty commit with skip ci to prevent triggering workflows
48-
git commit --allow-empty -m "chore: sync from main [skip ci]"
47+
# Create empty commit to mark sync completion
48+
git commit --allow-empty -m "chore: sync from main"
4949
5050
# Push with force-with-lease (safe force push that fails if remote has new commits)
5151
# This workflow uses a GitHub App token to push to the protected branch

0 commit comments

Comments
 (0)