Skip to content

Commit

Permalink
remove label in ci (#1725)
Browse files Browse the repository at this point in the history
  • Loading branch information
Intron7 authored Oct 21, 2024
1 parent 3260222 commit cbf34db
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 @@ -85,3 +85,10 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

- 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 cbf34db

Please sign in to comment.