diff --git a/.github/workflows/integrated_tests.yml b/.github/workflows/integrated_tests.yml index ed06a91789a..6784f1b2649 100644 --- a/.github/workflows/integrated_tests.yml +++ b/.github/workflows/integrated_tests.yml @@ -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 @@ -65,4 +65,4 @@ jobs: - name: Remove the label uses: actions-ecosystem/action-remove-labels@v1 with: - labels: 'ci: run CUDA builds' \ No newline at end of file + labels: 'ci: run integrated tests' \ No newline at end of file