Skip to content

Commit

Permalink
Merge pull request #4892 from FlowFuse/ci-fix-prestaging-notification
Browse files Browse the repository at this point in the history
ci: Fix prestaging slack notification conditional
  • Loading branch information
hardillb authored Dec 9, 2024
2 parents 862fd54 + 6add20e commit dc057e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ jobs:
- create-custom-stack
if: |
always() &&
github.actor != 'dependabot[bot]'
(needs.deploy.result != 'skipped' || needs.create-custom-stack.result != 'skipped')
runs-on: ubuntu-latest
env:
PR_NUMBER: ${{ github.event.number == '' && inputs.pr_number || github.event.number }}
Expand Down

0 comments on commit dc057e1

Please sign in to comment.