Revert "refactor: cicd cd workflow depends on ci workflow success (#11)"

This reverts commit 62a05d5e1e.
This commit is contained in:
2024-08-11 12:32:15 +02:00
parent 7739f324f3
commit 16acb0fe80

View File

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