Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't run actions when PR is in draft mode
Browse files Browse the repository at this point in the history
utkarshg6 authored Jul 12, 2023
1 parent bf2b060 commit c00220e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-matrix.yml
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ on:

jobs:
build:
if: github.event.pull_request.draft == false
strategy:
fail-fast: true
matrix:

0 comments on commit c00220e

Please sign in to comment.