Skip to content

Commit 2671aa3

Browse files
committed
always cleanup tag
1 parent d95e6ac commit 2671aa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_nudge_pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
path: outputs/
4848

4949
- name: Clean up PR safety tag
50+
if: always()
5051
id: clean_up_pr_safety_tag
5152
run: |
5253
/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

Comments
 (0)