Skip to content

Commit

Permalink
What if the if statement is moved one line above inside Update ci-mat…
Browse files Browse the repository at this point in the history
…rix.yml
  • Loading branch information
utkarshg6 authored Jul 13, 2023
1 parent c00220e commit 74124c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- master

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

0 comments on commit 74124c7

Please sign in to comment.