Skip to content

Commit

Permalink
Fix a bug in the CI build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfitz committed May 21, 2024
1 parent 752f007 commit 0ead039
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
aws s3 cp app.zip s3://$AWS_S3_CODE_BUCKET/$repo_slug.zip
slack-notify-ci:
needs: Verify
if: always()
uses: arup-group/actions-city-modelling-lab/.github/workflows/slack-notify.yml@main
secrets: inherit
with:
result: needs.deploy.maven-verify.result
channel: city-modelling-feeds
message: CI action
needs: deploy
if: always()
uses: arup-group/actions-city-modelling-lab/.github/workflows/slack-notify.yml@main
secrets: inherit
with:
result: needs.deploy.maven-verify.result
channel: city-modelling-feeds
message: CI action

0 comments on commit 0ead039

Please sign in to comment.