mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 19:05:32 -04:00
[skip ci] allow skip CI
This commit is contained in:
parent
d49c0092c2
commit
d4e523c337
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -8,9 +8,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: "!contains(github.event.head_commit.message, 'skip ci')"
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: crystallang/crystal:0.34.0-alpine
|
image: crystallang/crystal:0.34.0-alpine
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user