mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +00:00
add ability to skip continuous integration
[skip ci]
This commit is contained in:
parent
afda517519
commit
5a3eb7c36f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/continuous_integration.yml
vendored
1
.github/workflows/continuous_integration.yml
vendored
|
@ -4,6 +4,7 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||
name: ${{ matrix.config.name }}
|
||||
runs-on: "macos-latest"
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue