Skip to content

Commit

Permalink
wip: wrong label to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Untereiner committed Aug 5, 2024
1 parent 1f6986b commit 3a2dcb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrated_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# If the 'ci: run integrated tests' PR label is found, the integrated tests will be run immediately after the cpu jobs.
# Note: The integrated tests are optional and are (for the moment) run for convenience only.
run_integrated_tests:
run_integrated_tests:
needs:
- get_docker_image_tag
uses: ./.github/workflows/build_and_test.yml
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
- name: Remove the label
uses: actions-ecosystem/action-remove-labels@v1
with:
labels: 'ci: run CUDA builds'
labels: 'ci: run integrated tests'

0 comments on commit 3a2dcb6

Please sign in to comment.