Skip to content

Commit 3ee5086

Browse files
committed
remove concurrency group from base
1 parent c360f78 commit 3ee5086

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/_build-tutorials-base.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ on:
1414
type: number
1515
default: 0
1616

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-
2117
jobs:
2218
worker:
2319
name: pytorch_tutorial_build_worker

0 commit comments

Comments
 (0)