Skip to content

Commit

Permalink
Don't run CI on draft PRs
Browse files Browse the repository at this point in the history
skip running our test pipeline on PRs marked as "draft" to save CI resources

Signed-off-by: Peter St. John <[email protected]>
  • Loading branch information
pstjohn authored Jan 24, 2025
1 parent 5318a06 commit 939bc72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "BioNemo Image Build and Unit Tests"
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
push:
branches: [main]
merge_group:
Expand Down

0 comments on commit 939bc72

Please sign in to comment.