feat: only run after CI pipeline was successful
All checks were successful
CI / test (pull_request) Successful in 28s
All checks were successful
CI / test (pull_request) Successful in 28s
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
name: CD
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- CI
|
||||
branches:
|
||||
- main
|
||||
types:
|
||||
- completed
|
||||
|
||||
env:
|
||||
DOCKER_REGISTRY: gitea.t000-n.de
|
||||
|
||||
Reference in New Issue
Block a user