Skip to content

Commit 5b71c82

Browse files
committed
Fix: Do not run integration tests concurrently.
1 parent 13d6d0c commit 5b71c82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
workflow_dispatch:
99
schedule:
1010
- cron: '30 5 * * *'
11+
12+
concurrency:
13+
group: chipotle
14+
cancel-in-progress: false
15+
1116
jobs:
1217
build:
1318
permissions:

0 commit comments

Comments
 (0)