Skip to content

Commit

Permalink
chore: fix branch cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Sep 25, 2024
1 parent 8d517d4 commit 3c86295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/delete-old-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
run: |
git branch -r | egrep -o "upgrade-provider-project.*" | xargs -n 1 git push origin --delete
git branch -r | egrep -o "cdktf-next-pr.*" | xargs -n 1 git push origin --delete
continue-on-error: true # don't fail the run if these branches never existed

0 comments on commit 3c86295

Please sign in to comment.