mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48: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:
|
||||
custom:
|
||||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 3
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user