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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
env:
|
||||
@ -10,7 +11,7 @@ env:
|
||||
|
||||
jobs:
|
||||
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
|
||||
container:
|
||||
|
Loading…
Reference in New Issue
Block a user