mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
workflow: Ignore commits with [skip ci] or [ci skip]
This commit is contained in:
parent
04dd4fe354
commit
307a74deff
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -4,6 +4,7 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
cmake:
|
cmake:
|
||||||
name: CMake Buildsystem
|
name: CMake Buildsystem
|
||||||
|
if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')"
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -326,6 +327,7 @@ jobs:
|
|||||||
bash <(curl -s https://codecov.io/bash) -y ../.github/codecov.yml
|
bash <(curl -s https://codecov.io/bash) -y ../.github/codecov.yml
|
||||||
|
|
||||||
makepanda:
|
makepanda:
|
||||||
|
if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-16.04, windows-2016, macOS-latest]
|
os: [ubuntu-16.04, windows-2016, macOS-latest]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user