We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa6e86 commit cb4130aCopy full SHA for cb4130a
.github/workflows/tests.yml
@@ -86,7 +86,7 @@ jobs:
86
name: Regression notifications
87
runs-on: ubuntu-latest
88
needs: build
89
- if: failure() && github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch'
+ if: ${{ !success() && github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch' }}
90
steps:
91
- name: Send notifications of failing tests
92
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
0 commit comments