Skip to content

Commit

Permalink
Made a mistake that broke CD
Browse files Browse the repository at this point in the history
  • Loading branch information
lodewiges authored Jan 19, 2025
1 parent 8387882 commit 3ae5992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ jobs:
(github.ref_name == 'staging' || github.ref_name == 'master') && ((github.ref_name == 'master' &&
github.event.inputs.merge == 'y' && fromJSON(needs.metadata.outputs.has_diff) && success()) ||
((github.event.inputs.merge != 'y' || !fromJSON(needs.metadata.outputs.has_diff)) && !cancelled()))
permissions:
checks: write
steps:
- name: Get environment URL
id: get_url
Expand Down Expand Up @@ -192,6 +190,8 @@ jobs:
runs-on: ubuntu-latest
needs: [branch_check, metadata, merge, continuous_integration, publish_image, deploy]
if: (github.ref_name == 'staging' || github.ref_name == 'master') && always()
permissions:
checks: write
steps:
- name: Get conclusion
id: get_conclusion
Expand Down

0 comments on commit 3ae5992

Please sign in to comment.