File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,15 @@ concurrency:
9
9
cancel-in-progress : true
10
10
11
11
jobs :
12
+ disk-clean :
13
+ uses : ./.github/workflows/disk-clean.yml
12
14
nightly-binary :
13
15
runs-on : ubuntu-latest
14
16
steps :
15
17
- uses : actions/checkout@v4
16
18
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
17
19
# fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567
18
20
- run : git fetch --unshallow --quiet --tags --force
19
- - uses : ./.github/workflows/disk-clean.yml
20
21
- uses : actions/setup-go@v4
21
22
with :
22
23
go-version : " ~1.21"
63
64
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
64
65
# fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567
65
66
- run : git fetch --unshallow --quiet --tags --force
66
- - uses : ./.github/workflows/disk-clean.yml
67
67
- uses : actions/setup-go@v4
68
68
with :
69
69
go-version : " ~1.21"
@@ -101,7 +101,6 @@ jobs:
101
101
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
102
102
# fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567
103
103
- run : git fetch --unshallow --quiet --tags --force
104
- - uses : ./.github/workflows/disk-clean.yml
105
104
- uses : actions/setup-go@v4
106
105
with :
107
106
go-version : " ~1.21"
You can’t perform that action at this time.
0 commit comments