File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 18
18
arch : arm64
19
19
runs-on : ${{ matrix.runner }}
20
20
timeout-minutes : 180
21
- concurrency :
22
- group : build-${{ github.ref }}
23
- cancel-in-progress : false
24
21
env :
25
22
POSTGRES_PORT : 5478
26
23
POSTGRES_PASSWORD : password
Original file line number Diff line number Diff line change 16
16
ubuntu_version : 20.04
17
17
mcpu : neoverse-n1
18
18
runs-on : ${{ matrix.runner }}
19
- concurrency :
20
- group : build-${{ github.ref }}
21
- cancel-in-progress : false
22
19
timeout-minutes : 150
23
20
permissions :
24
21
contents : write
Original file line number Diff line number Diff line change 14
14
- runner : arm-runner
15
15
arch : arm64
16
16
runs-on : ${{ matrix.runner }}
17
- concurrency :
18
- group : build-${{ github.ref }}
19
- cancel-in-progress : false
20
17
timeout-minutes : 30
21
18
steps :
22
19
- uses : actions/checkout@v3
52
49
ubuntu_version : 20.04
53
50
mcpu : neoverse-n1
54
51
runs-on : ${{ matrix.runner }}
55
- concurrency :
56
- group : build-${{ github.ref }}
57
- cancel-in-progress : false
58
52
timeout-minutes : 150
59
53
permissions :
60
54
contents : write
You can’t perform that action at this time.
0 commit comments