Skip to content

Commit

Permalink
remove label in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Intron7 committed Oct 21, 2024
1 parent 962ceba commit 1edce2d
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 @@ -57,3 +57,10 @@ jobs:

- name: Run test
run: pytest

- 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 1edce2d

Please sign in to comment.