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 1f787f1 commit f400690Copy full SHA for f400690
.github/workflows/build_and_test.yml
@@ -83,7 +83,7 @@ jobs:
83
with:
84
timeout-minutes: 100
85
has_code_changes: ${{ needs.check_code_changes.outputs.has_code_changes }}
86
- if: github.event_name == 'push' || github.event_name == 'pull_request'
+ if: contains(github.event.pull_request.labels.*.name, 'torchprimeci')
87
secrets: inherit
88
89
push-docs:
0 commit comments