Skip to content

Commit

Permalink
Last minute save
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Nov 12, 2024
1 parent 00aedca commit 19d4e79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ jobs:
push-in-main:
runs-on: ubuntu-latest
steps:
- run: true
- run: |
PR_BRANCHES=$(gh pr list --base main --json 'headRefName' --jq .[].headRefName)
for BRANCH in $PR_BRANCHES; do
RUN=$(gh run list --branch $BRANCH -w "Check branch is rebased" --json databaseId)
gh run rerun $RUN

0 comments on commit 19d4e79

Please sign in to comment.