Skip to content

Commit 1dcc89c

Browse files
committed
fixing expressions in github actions
1 parent 8a13eda commit 1dcc89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: Slack Notifications
113113
# Only on failures and NOT in pull requests
114-
if: ${{ failure() && !startsWith( "pull_request", github.event_name ) }}
114+
if: ${{ failure() && !startsWith( 'pull_request', github.event_name ) }}
115115
uses: rtCamp/action-slack-notify@v2
116116
env:
117117
SLACK_CHANNEL: coding

0 commit comments

Comments
 (0)