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 9024925 commit 1daf84eCopy full SHA for 1daf84e
.github/workflows/build-and-push-vector-model.yml
@@ -21,20 +21,6 @@ jobs:
21
build-and-push-vector-model-to-ghcr:
22
runs-on: ubuntu-latest
23
steps:
24
- - name: Check Disk Space
25
- run: df -h
26
- - name: Free Disk Space (Ubuntu)
27
- uses: jlumbroso/free-disk-space@main
28
- with:
29
- tool-cache: true
30
- android: true
31
- dotnet: true
32
- haskell: true
33
- large-packages: true
34
- docker-images: true
35
- swap-storage: true
36
37
38
- name: Checkout
39
uses: actions/checkout@v4
40
with:
0 commit comments