1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-03-31 20:17:48 +02:00

Remove needs: build

This commit is contained in:
Danny Gleckler 2024-06-07 08:37:02 -04:00
parent bbec097e30
commit edbb70333f

View file

@ -37,7 +37,6 @@ jobs:
# End to end save and restore
test-save:
needs: build
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
@ -85,7 +84,6 @@ jobs:
# End to end with save-always
test-save-always:
needs: build
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
@ -127,7 +125,6 @@ jobs:
# End to end with proxy
test-proxy-save:
needs: build
runs-on: ubuntu-latest
container:
image: ubuntu:latest