Skip to content

Commit

Permalink
Dont' run cpp-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Oct 25, 2023
1 parent ff323c9 commit 134dd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_linux_x86_mpi_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:

jobs:
cpp_tests:
if: ${{ github.event_name != 'pull_request' }} && contains(github.event.pull_request.labels.*.name, 'ci:use-multi-gpu-runner')
if: ${{ github.event_name != 'pull_request' }}
runs-on:
- self-hosted
- linux
Expand Down

0 comments on commit 134dd39

Please sign in to comment.