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: jobs:
test: test:
name: test name: Test
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
@@ -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: