Revert "fix: cicd workflow interdependency (#13)"

This reverts commit e0412f87b6.
This commit is contained in:
2024-08-11 12:32:15 +02:00
parent e0412f87b6
commit a7e50bcec9
2 changed files with 1 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: CD
on:
workflow_run:
workflows: ["ci.yaml"]
workflows: ["CI"]
branches: [main]
types:
- completed
@@ -14,7 +14,6 @@ jobs:
build_and_push:
name: Build and push
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v4