Skip to content

Commit

Permalink
Backport PR #1725: remove label in ci (#1727)
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Dicks <37635888+Intron7@users.noreply.github.com>
  • Loading branch information
flying-sheep and Intron7 authored Oct 21, 2024
1 parent 49ce8a3 commit 3927419
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,10 @@ jobs:
- uses: codecov/codecov-action@v4
with:
flags: gpu-tests

- name: Remove 'run-gpu-ci' Label
if: always()
uses: actions-ecosystem/action-remove-labels@v1
with:
labels: "run-gpu-ci"
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3927419

Please sign in to comment.