Skip to content

Commit

Permalink
Clean up branch on the way out
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Apr 10, 2023
1 parent 341fdd4 commit 3800842
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update_range_message.yml
Expand Up @@ -70,3 +70,8 @@ jobs:
title: Data update for ${{env.NEW_VERSION}}
delete-branch: true
branch: $${{env.PR_BRANCH_NAME}}
- name: Create Pull Request
continue-on-error: true
if: ${{ env.RANGE_MESSAGES_SAME == 0 }}
run: |
git push origin :$${{env.PR_BRANCH_NAME}}

0 comments on commit 3800842

Please sign in to comment.