File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 schedule :
88 - cron : ' 0 2 * * *'
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
13+
1014jobs :
1115 test :
1216 name : Podman Next Test
1317 runs-on : ubuntu-latest
18+ timeout-minutes : 60
1419 steps :
1520 - name : Remove Unnecessary Software
1621 run : |
Original file line number Diff line number Diff line change @@ -3,13 +3,19 @@ name: Update builder-jammy-full image
33on :
44 schedule :
55 - cron : ' 0 * * * *'
6+ workflow_dispatch :
7+
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
611
712jobs :
813 build-and-push-image :
914 permissions :
1015 contents : read
1116 packages : write
1217 runs-on : " ubuntu-latest"
18+ timeout-minutes : 30
1319 steps :
1420 - uses : actions/checkout@v4
1521 - uses : knative/actions/setup-go@main
Original file line number Diff line number Diff line change @@ -7,11 +7,17 @@ permissions:
77on :
88 schedule :
99 - cron : ' 0 */4 * * *'
10+ workflow_dispatch :
11+
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.ref }}
14+ cancel-in-progress : true
1015
1116jobs :
1217 update :
1318 name : Update CA bundle
1419 runs-on : ubuntu-latest
20+ timeout-minutes : 15
1521 steps :
1622 - uses : actions/checkout@v4
1723 - uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 99 - cron : " 0 6 * * *" # Daily at 06:00.
1010 workflow_dispatch : # Manual workflow trigger
1111
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.ref }}
14+ cancel-in-progress : true
15+
1216jobs :
1317 update :
1418 name : Update func-python version
1519 runs-on : ubuntu-latest
20+ timeout-minutes : 30
1621 steps :
1722 - uses : actions/checkout@v4
1823
Original file line number Diff line number Diff line change @@ -7,11 +7,17 @@ permissions:
77on :
88 schedule :
99 - cron : ' 0 */4 * * *'
10+ workflow_dispatch :
11+
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.ref }}
14+ cancel-in-progress : true
1015
1116jobs :
1217 update :
1318 name : Update Quarkus Platform
1419 runs-on : ubuntu-latest
20+ timeout-minutes : 30
1521 steps :
1622 - uses : actions/checkout@v4
1723 - uses : knative/actions/setup-go@main
Original file line number Diff line number Diff line change @@ -7,11 +7,17 @@ permissions:
77on :
88 schedule :
99 - cron : ' 0 */4 * * *'
10+ workflow_dispatch :
11+
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.ref }}
14+ cancel-in-progress : true
1015
1116jobs :
1217 update :
1318 name : Update Spring Boot Platform
1419 runs-on : ubuntu-latest
20+ timeout-minutes : 30
1521 steps :
1622 - uses : actions/checkout@v4
1723 - uses : knative/actions/setup-go@main
You can’t perform that action at this time.
0 commit comments