fix: revert cicd changes #14

Merged
t.behrendt merged 5 commits from fix-revert-cicd-changes into main 2024-08-11 12:36:34 +02:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit a7e50bcec9 - Show all commits

View File

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

View File

@@ -1,5 +1,4 @@
name: CI name: CI
on: on:
pull_request: pull_request:
push: push: