Skip to content

Commit 566d203

Browse files
author
helabenkhalfallah
committed
feat(*): amend empty push to trigger ci
ref: #MANAGER-20363 Signed-off-by: helabenkhalfallah <[email protected]>
1 parent b7f0f0e commit 566d203

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)