Skip to content

Commit 3f6091c

Browse files
authored
Fix unexpected symbol
1 parent 602c289 commit 3f6091c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
coverage:
9-
if: (github.repository == 'laravel-notification-channels/telegram') && "!contains(github.event.head_commit.message, 'skip ci')"
9+
if: (github.repository == 'laravel-notification-channels/telegram') && !contains(github.event.head_commit.message, 'skip ci')
1010

1111
runs-on: ubuntu-latest
1212

0 commit comments

Comments
 (0)