mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-31 01:08:41 +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:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Build & 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}}
|
runs-on: ${{matrix.os.fullName}}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue