We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765ad9d commit adb7fe3Copy full SHA for adb7fe3
.github/workflows/test.yml
@@ -18,6 +18,9 @@ jobs:
18
arch: arm64
19
runs-on: ${{ matrix.runner }}
20
timeout-minutes: 180
21
+ concurrency:
22
+ group: build-${{ github.ref }}
23
+ cancel-in-progress: false
24
env:
25
POSTGRES_PORT: 5478
26
POSTGRES_PASSWORD: password
.github/workflows/testinfra.yml
@@ -14,6 +14,9 @@ jobs:
14
- runner: arm-runner
15
16
17
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
0 commit comments