Skip to content

Commit a52bd1e

Browse files
authored
ci: post regression notifications if scheduled tests do not succeed (#2667)
1 parent f8c3987 commit a52bd1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: Regression notifications
4545
runs-on: ubuntu-latest
4646
needs: build
47-
if: failure() && github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch'
47+
if: ${{ !success() && github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch' }}
4848
steps:
4949
- name: Send notifications of failing tests
5050
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1

0 commit comments

Comments
 (0)