Skip to content

Commit 10cc2ad

Browse files
feat(*): amend empty push to trigger ci
2 parents 05c4ad9 + 566d203 commit 10cc2ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pnpm-migration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,8 @@ jobs:
9393
gh pr edit "$BRANCH" --add-label "pnpm-migration" || true
9494
gh pr edit "$BRANCH" --add-label "$TICKET" || true
9595
gh pr edit "$BRANCH" --add-reviewer helabenkhalfallah || true
96+
97+
- name: Trigger CI by amending commit
98+
run: |
99+
git commit --amend --no-edit --allow-empty
100+
git push origin "$BRANCH" --force-with-lease

0 commit comments

Comments
 (0)