We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73c4ae commit 9a6a065Copy full SHA for 9a6a065
.github/workflows/ci.yml
@@ -3,6 +3,7 @@ name: Lint and Tests
3
on: [push, pull_request]
4
5
jobs:
6
+ if: "!contains(github.event.head_commit.message, '--no-ci')"
7
lint:
8
name: Run Linter
9
runs-on: ubuntu-latest
0 commit comments