Skip to content

Commit

Permalink
Only run tests if not draft
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Mar 11, 2024
1 parent d1b1059 commit c55d0f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@ on:
pull_request:
branches:
- main

types:
- opened
- reopened
- synchronize
- ready_for_review
env:
TESTING_REMOTELY: true

jobs:
build:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit c55d0f0

Please sign in to comment.