Skip to content

Commit

Permalink
skip rspec on draft prs, too
Browse files Browse the repository at this point in the history
  • Loading branch information
fx committed Jun 23, 2024
1 parent a8abe72 commit 877fe78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Test

on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches:
- main
Expand All @@ -26,6 +31,7 @@ jobs:
with:
fail_ci_if_error: true
rspec:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 877fe78

Please sign in to comment.