We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbfabd commit 59378e1Copy full SHA for 59378e1
2 files changed
.github/workflows/_build.yaml
@@ -39,6 +39,8 @@ env:
39
40
jobs:
41
build:
42
+ # Uncomment the following to disable checks and tests for Draft pull requests.
43
+ # if: github.event.pull_request.draft == false
44
outputs:
45
artifacts-sha256: ${{ steps.compute-hash.outputs.artifacts-sha256 }}
46
name: Build Python ${{ matrix.python }} on ${{ matrix.os }}
.github/workflows/pr-change-set.yaml
@@ -10,6 +10,7 @@ on:
10
- opened
11
- reopened
12
- synchronize
13
+ - ready_for_review
14
permissions:
15
contents: read
16
0 commit comments