mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-30 08:48:39 +00:00
Fix CI not running when it should
This commit is contained in:
parent
1bf4ed6218
commit
4c6f2f0e16
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -7,7 +7,7 @@ name: Continuous Integration
|
|||
jobs:
|
||||
test:
|
||||
name: Build & Test
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||
if: "!startsWith(github.event.head_commit.message, '[skip ci]')"
|
||||
runs-on: ${{matrix.os.fullName}}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue