refactor: cicd cd workflow depends on ci workflow success
All checks were successful
CI / test (pull_request) Successful in 1m37s

This commit is contained in:
2024-08-11 11:55:59 +02:00
parent b8bdcaa35e
commit 0345ee15f8

View File

@@ -1,9 +1,11 @@
name: CD
on:
push:
branches:
- main
workflow_run:
workflows: ["CI"]
branches: [main]
types:
- completed
env:
DOCKER_REGISTRY: gitea.t000-n.de
@@ -42,7 +44,6 @@ jobs:
- name: test
run: make test
build_and_push:
name: Build and push
requires: