We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c3987 commit a52bd1eCopy full SHA for a52bd1e
1 file changed
.github/workflows/ci-build.yml
@@ -44,7 +44,7 @@ jobs:
44
name: Regression notifications
45
runs-on: ubuntu-latest
46
needs: build
47
- if: failure() && github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch'
+ if: ${{ !success() && github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch' }}
48
steps:
49
- name: Send notifications of failing tests
50
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
0 commit comments