Skip to content

Commit

Permalink
re-disable draft CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AmintorDusko committed Sep 18, 2024
1 parent f6d3316 commit a595492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_gpu_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 a595492

Please sign in to comment.