File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
branches : [ main, release/v* ]
6
6
7
7
concurrency :
8
- group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
8
+ group : ${{ github.workflow }}-${{ github.ref }}
9
9
cancel-in-progress : true
10
10
11
11
jobs :
12
12
nightly-binary :
13
- runs-on : actuated-4cpu-8gb
13
+ runs-on : actuated-4cpu-16gb
14
14
steps :
15
15
- uses : actions/checkout@v3
16
16
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
93
93
push : true
94
94
tags : gitea/gitea:${{ steps.clean_name.outputs.branch }}
95
95
nightly-docker-rootless :
96
- runs-on : actuated-4cpu-8gb
96
+ runs-on : actuated-4cpu-16gb
97
97
steps :
98
98
- uses : actions/checkout@v3
99
99
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
You can’t perform that action at this time.
0 commit comments