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 8a13eda commit 1dcc89cCopy full SHA for 1dcc89c
.github/workflows/tests.yml
@@ -111,7 +111,7 @@ jobs:
111
112
- name: Slack Notifications
113
# Only on failures and NOT in pull requests
114
- if: ${{ failure() && !startsWith( "pull_request", github.event_name ) }}
+ if: ${{ failure() && !startsWith( 'pull_request', github.event_name ) }}
115
uses: rtCamp/action-slack-notify@v2
116
env:
117
SLACK_CHANNEL: coding
0 commit comments