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.
2 parents 602c289 + 3f6091c commit 043c246Copy full SHA for 043c246
.github/workflows/code-coverage.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
coverage:
9
- if: (github.repository == 'laravel-notification-channels/telegram') && "!contains(github.event.head_commit.message, 'skip ci')"
+ if: (github.repository == 'laravel-notification-channels/telegram') && !contains(github.event.head_commit.message, 'skip ci')
10
11
runs-on: ubuntu-latest
12
0 commit comments