mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-11 14:38:39 +00:00
Add NO_CI command
This commit is contained in:
parent
dfba5f1021
commit
abdb638295
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -5,6 +5,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
autoformat:
|
autoformat:
|
||||||
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