fix: cicd dependency between workflow #12

Merged
t.behrendt merged 3 commits from fix-cicd-dependency-between-workflow into main 2024-08-11 12:14:39 +02:00
Showing only changes of commit 5a42777549 - Show all commits

View File

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