Skip to content

Commit 42ef79d

Browse files
committed
chore; try with no concurrency rules
1 parent adb7fe3 commit 42ef79d

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ 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
2421
env:
2522
POSTGRES_PORT: 5478
2623
POSTGRES_PASSWORD: password

.github/workflows/testinfra-nix.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
ubuntu_version: 20.04
1717
mcpu: neoverse-n1
1818
runs-on: ${{ matrix.runner }}
19-
concurrency:
20-
group: build-${{ github.ref }}
21-
cancel-in-progress: false
2219
timeout-minutes: 150
2320
permissions:
2421
contents: write

.github/workflows/testinfra.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ 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
2017
timeout-minutes: 30
2118
steps:
2219
- uses: actions/checkout@v3
@@ -52,9 +49,6 @@ jobs:
5249
ubuntu_version: 20.04
5350
mcpu: neoverse-n1
5451
runs-on: ${{ matrix.runner }}
55-
concurrency:
56-
group: build-${{ github.ref }}
57-
cancel-in-progress: false
5852
timeout-minutes: 150
5953
permissions:
6054
contents: write

0 commit comments

Comments
 (0)