Skip to content

Commit 9a6a065

Browse files
committed
make ci runs conditional --no-ci
1 parent f73c4ae commit 9a6a065

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Lint and Tests
33
on: [push, pull_request]
44

55
jobs:
6+
if: "!contains(github.event.head_commit.message, '--no-ci')"
67
lint:
78
name: Run Linter
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)