Skip to content

Commit

Permalink
fix(ci): do not test draft PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fasano authored Aug 22, 2024
1 parent 2642c3e commit 83386e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
# Only publish on tags. run git tag vX and git push origin vX
# runs-on: self-hosted
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false


strategy:
matrix:
Expand Down

0 comments on commit 83386e8

Please sign in to comment.