Skip to content

Commit

Permalink
Quote expression containing "!"
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jan 3, 2023
1 parent df2af26 commit 6419249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Hyde tests - ${{ matrix.os }} (${{ matrix.dependency-version }})

if: ! (github.ref == 'refs/heads/develop' && matrix.dependency-version == 'composer')
if: "! (github.ref == 'refs/heads/develop' && matrix.dependency-version == 'composer')"

steps:
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
Expand Down

0 comments on commit 6419249

Please sign in to comment.