We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95e6ac commit 2671aa3Copy full SHA for 2671aa3
.github/workflows/build_nudge_pr.yml
@@ -47,6 +47,7 @@ jobs:
47
path: outputs/
48
49
- name: Clean up PR safety tag
50
+ if: always()
51
id: clean_up_pr_safety_tag
52
run: |
53
/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 commit comments