mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-10 00:18:40 +00:00
Add NO_CI
This commit is contained in:
parent
b1d21b1de9
commit
bd42c572fa
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -5,6 +5,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
custom:
|
custom:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 3
|
max-parallel: 3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user