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.
inputs.send_notification
true
1 parent 2aa3d84 commit 540d492Copy full SHA for 540d492
.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 || inputs.send_notification == 'true') }}
+ if: ${{ !cancelled() && needs.tests.result == 'failure' && !contains(github.event.inputs.send_notification, 'false') }}
85
runs-on: ubuntu-latest
86
permissions: {}
87
steps:
0 commit comments