We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f621113 commit 0b82299Copy full SHA for 0b82299
1 file changed
.github/workflows/pull-request.yml
@@ -318,7 +318,7 @@ jobs:
318
needs:
319
- coverage
320
- lint
321
- if: ${{ always() && github.repository == 'NHSDigital/mesh-sandbox' && github.actor == 'dependabot[bot]' && contains(needs.*.result, 'failure') }}
+ if: ${{ always() && github.repository == 'NHSDigital/mesh-sandbox' && contains(needs.*.result, 'failure') }}
322
steps:
323
- name: Slack Notification
324
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
0 commit comments