Skip to content

Commit

Permalink
[skip-tests] Also skip all CI runs that require a GPU when [skip-test…
Browse files Browse the repository at this point in the history
…s] is set
  • Loading branch information
miscco committed Aug 23, 2023
1 parent 60b12b3 commit bd43e58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
nvrtc:
name: NVRTC CUDA${{matrix.cuda}} C++${{matrix.std}}
if: ${{ !contains(github.event.head_commit.message, 'skip-tests') }}
needs: [compute-nvrtc-matrix, get-devcontainer-version]
uses: ./.github/workflows/run-as-coder.yml
strategy:
Expand Down Expand Up @@ -159,6 +160,7 @@ jobs:

examples:
name: CCCL Examples
if: ${{ !contains(github.event.head_commit.message, 'skip-tests') }}
needs: [compute-nvcc-matrix, get-devcontainer-version]
strategy:
fail-fast: false
Expand Down

0 comments on commit bd43e58

Please sign in to comment.