mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-11 00:40:22 +00:00
ci: reduce runs on draft PRs
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Update ci.yml
This commit is contained in:
committed by
Henry Schreiner
parent
df595b1657
commit
5dff3354fc
6
.github/workflows/configure.yml
vendored
6
.github/workflows/configure.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user