feature: use SKIP_CI_PREFIX variable
All checks were successful
Main / build (push) Successful in 3m22s
All checks were successful
Main / build (push) Successful in 3m22s
This commit is contained in:
parent
82861010f7
commit
f87918a604
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
@ -3,6 +3,7 @@ name: Main
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
- main
|
||||||
- master
|
- master
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@ -10,7 +11,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: "contains(github.event.head_commit.message, '[CI]:') != true"
|
if: "contains(github.event.head_commit.message, vars.SKIP_CI_PREFIX) != true"
|
||||||
|
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user