Skip to content

Commit 4a7978d

Browse files
committed
tmp: no concurrency
1 parent e2df964 commit 4a7978d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci-pytorch-test-full.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ on:
88
branches: [master, "release/*"]
99
types: [opened, reopened, ready_for_review, synchronize] # add `ready_for_review` since draft is skipped
1010

11-
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
13-
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
14-
1511
jobs:
1612

1713
pl-cpu:

0 commit comments

Comments
 (0)