We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5693a88 commit f662998Copy full SHA for f662998
.github/workflows/build_tests_cuda.yml
@@ -12,7 +12,7 @@ jobs:
12
linux-cuda:
13
14
runs-on: pc-cuda
15
- if: github.event.review.state == 'approved' || github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.event.branch == 'master')
+ if: github.event.review.state == 'approved' || github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/master')
16
17
steps:
18
- uses: actions/checkout@v1
0 commit comments