Skip to content

Commit 2567211

Browse files
authored
Merge pull request #136 from shift7-ch/feature/no-concurrency
Do not run integration tests concurrently.
2 parents 13d6d0c + 5b71c82 commit 2567211

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)