Skip to content

Commit 043c246

Browse files
authored
Merge pull request #153 from irazasyed/master
2 parents 602c289 + 3f6091c commit 043c246

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)