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 c360f78 commit 3ee5086Copy full SHA for 3ee5086
.github/workflows/_build-tutorials-base.yml
@@ -14,10 +14,6 @@ on:
14
type: number
15
default: 0
16
17
-concurrency:
18
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
19
- cancel-in-progress: true
20
-
21
jobs:
22
worker:
23
name: pytorch_tutorial_build_worker
0 commit comments