Skip to content

Commit a0f2123

Browse files
committed
Remove concurrency (reverting #527)
1 parent 8911dac commit a0f2123

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/preview.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
- synchronize
88
- closed
99

10-
concurrency:
11-
group: docs
12-
1310
jobs:
1411
build-and-preview:
1512
if: github.event.action == 'opened' || github.event.action == 'synchronize'

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
- backport-v0.*
88
workflow_dispatch: # manual trigger for testing
99

10-
concurrency:
11-
group: docs
12-
cancel-in-progress: true
13-
1410
permissions:
1511
contents: write
1612

0 commit comments

Comments
 (0)