Skip to content

Commit adb7fe3

Browse files
committed
fix: try concurrency rules on on all large builds
1 parent 765ad9d commit adb7fe3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
arch: arm64
1919
runs-on: ${{ matrix.runner }}
2020
timeout-minutes: 180
21+
concurrency:
22+
group: build-${{ github.ref }}
23+
cancel-in-progress: false
2124
env:
2225
POSTGRES_PORT: 5478
2326
POSTGRES_PASSWORD: password

.github/workflows/testinfra.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- runner: arm-runner
1515
arch: arm64
1616
runs-on: ${{ matrix.runner }}
17+
concurrency:
18+
group: build-${{ github.ref }}
19+
cancel-in-progress: false
1720
timeout-minutes: 30
1821
steps:
1922
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)