Skip to content

Commit

Permalink
always cleanup tag
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Jul 23, 2024
1 parent d95e6ac commit 2671aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_nudge_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
path: outputs/

- name: Clean up PR safety tag
if: always()
id: clean_up_pr_safety_tag
run: |
/usr/bin/curl --silent --fail-with-body -X DELETE -H 'Accept: application/vnd.github.v3+json' -H 'Authorization: token ${{ github.token }}' 'https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.number }}/labels/safe-to-test'

0 comments on commit 2671aa3

Please sign in to comment.