fix: change requires to needs on build_and_push
Some checks failed
CI / test (pull_request) Has been cancelled

This commit is contained in:
2024-08-11 12:33:00 +02:00
parent 16acb0fe80
commit 8971a70b7a

View File

@@ -42,10 +42,9 @@ jobs:
- name: test - name: test
run: make test run: make test
build_and_push: build_and_push:
name: Build and push name: Build and push
requires: needs:
- test - test
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: