mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -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:
|
||||
cmake:
|
||||
name: CMake Buildsystem
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')"
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -326,6 +327,7 @@ jobs:
|
||||
bash <(curl -s https://codecov.io/bash) -y ../.github/codecov.yml
|
||||
|
||||
makepanda:
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')"
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-16.04, windows-2016, macOS-latest]
|
||||
|
Loading…
x
Reference in New Issue
Block a user