feature: use SKIP_CI_PREFIX variable
All checks were successful
Main / build (push) Successful in 3m22s

This commit is contained in:
RouxAntoine 2024-09-06 00:41:21 +02:00
parent 82861010f7
commit f87918a604
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -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: