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 3c03399 commit 5ea1c40Copy full SHA for 5ea1c40
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
# uses: ./.github/workflows/cloud-acc-tests.yml
28
goreleaser:
29
runs-on: ubuntu-latest
30
- #needs:
+ #needs:
31
# - run-cloud-tests
32
steps:
33
- name: Checkout
@@ -36,6 +36,16 @@ jobs:
36
persist-credentials: false
37
- name: Unshallow
38
run: git fetch --prune --unshallow
39
+ - name: Free Disk Space
40
+ uses: jlumbroso/free-disk-space@54081f138730dfc15788a16ea1f97d8457feca80 # v1.3.1
41
+ with:
42
+ tool-cache: false
43
+ android: true
44
+ dotnet: true
45
+ haskell: true
46
+ large-packages: true
47
+ docker-images: true
48
+ swap-storage: true
49
- name: Set up Go
50
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
51
with:
0 commit comments