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 f1ce45e commit 2aa3d84Copy full SHA for 2aa3d84
.github/workflows/test-suite.yml
@@ -81,7 +81,7 @@ jobs:
81
82
slack-notification:
83
needs: [tests, clean-after]
84
- if: ${{ !cancelled() && needs.tests.result == 'failure' && inputs.send_notification == true }}
+ if: ${{ !cancelled() && needs.tests.result == 'failure' && (inputs.send_notification == true || inputs.send_notification == 'true') }}
85
runs-on: ubuntu-latest
86
permissions: {}
87
steps:
0 commit comments