Skip to content

Commit f662998

Browse files
committed
fix condition cuda tests
1 parent 5693a88 commit f662998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_tests_cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
linux-cuda:
1313

1414
runs-on: pc-cuda
15-
if: github.event.review.state == 'approved' || github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.event.branch == 'master')
15+
if: github.event.review.state == 'approved' || github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/master')
1616

1717
steps:
1818
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)