Skip to content

Commit

Permalink
return draft limitation to C++
Browse files Browse the repository at this point in the history
  • Loading branch information
AmintorDusko committed Sep 18, 2024
1 parent 982734b commit 3275ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_gpu_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ concurrency:

jobs:
builddeps:
if: contains(github.event.pull_request.labels.*.name, 'ci:use-gpu-runner')
if: ${{ github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'ci:use-gpu-runner') }}
runs-on:
- self-hosted
- ubuntu-22.04
Expand Down

0 comments on commit 3275ad1

Please sign in to comment.