Skip to content

Commit

Permalink
ci: skip test on draft pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Dec 29, 2023
1 parent 1920e9a commit 68ea695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"bootstrap-sha": "d74692a81dd94446e1e05446706fda003d29623e",
"include-component-in-tag": false,
"include-v-in-tag": false,
"draft-pull-request": true,
"packages": {
".": {
"release-type": "simple",
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jobs:
- run: make lint

test:
if: >
github.event_name != 'pull_request' ||
github.event.pull_request.draft == false
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 68ea695

Please sign in to comment.