Skip to content

Commit cc85374

Browse files
committed
[ci] deleting concurrency section until we figure out what we need
See #13483
1 parent fa0637a commit cc85374

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ on:
99
- cron: "0 */12 * * *"
1010
workflow_dispatch:
1111

12-
concurrency:
13-
group: ${{ github.workflow }}-${{ github.ref }}${{ github.event_name == 'workflow_dispatch' && '-all' || '' }}${{ github.event_name == 'schedule' && '-all' || '' }}
14-
cancel-in-progress: true
15-
1612
jobs:
1713
check:
1814
name: Check

0 commit comments

Comments
 (0)