Skip to content

Commit

Permalink
Merge pull request #17 from enricogoerlitz/dev
Browse files Browse the repository at this point in the history
Code CI/CD Pipeline finished
  • Loading branch information
enricogoerlitz authored Jun 15, 2024
2 parents 395ed25 + b760ca6 commit 828a2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: CD-Backend

on:
workflow_run:
workflows: ["CI-Backend"]
workflows: ["CI-Backend"] # needs to be the NAME (top of the file) of CI Workflow!
types:
- completed


jobs:

cd-Backend:
cd-backend:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

Expand Down

0 comments on commit 828a2af

Please sign in to comment.