Skip to content

Commit

Permalink
chore: disable tests on draft PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Nov 27, 2023
1 parent 895c20c commit ff546f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ on:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review

jobs:
unit-and-integration-tests:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ff546f7

Please sign in to comment.