Skip to content

Commit 59378e1

Browse files
authored
chore(ci): add comment to skip check and test and build for Draft PRs because often times they’re unfinished (#669)
1 parent bcbfabd commit 59378e1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/_build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ env:
3939

4040
jobs:
4141
build:
42+
# Uncomment the following to disable checks and tests for Draft pull requests.
43+
# if: github.event.pull_request.draft == false
4244
outputs:
4345
artifacts-sha256: ${{ steps.compute-hash.outputs.artifacts-sha256 }}
4446
name: Build Python ${{ matrix.python }} on ${{ matrix.os }}

.github/workflows/pr-change-set.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- opened
1111
- reopened
1212
- synchronize
13+
- ready_for_review
1314
permissions:
1415
contents: read
1516

0 commit comments

Comments
 (0)