ci: reduce runs on draft PRs

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

Update ci.yml
This commit is contained in:
Henry Schreiner
2025-05-30 01:47:43 -04:00
committed by Henry Schreiner
parent df595b1657
commit 5dff3354fc
2 changed files with 28 additions and 0 deletions

View File

@@ -3,6 +3,11 @@ name: Config
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
branches:
- master
@@ -16,6 +21,7 @@ jobs:
# This tests various versions of CMake in various combinations, to make sure
# the configure step passes.
cmake:
if: github.event.pull_request.draft == false
strategy:
fail-fast: false
matrix: