Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
Quote negated expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Mar 29, 2023
1 parent 9e77515 commit 9f6e6a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/breaking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
diagnose:
if: !github.event.pull_request.merged
if: '!github.event.pull_request.merged'
runs-on: macos-latest
steps:
- name: Get Latest Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
swiftlint:
if: !github.event.pull_request.merged
if: '!github.event.pull_request.merged'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
test:
if: !github.event.pull_request.merged
if: '!github.event.pull_request.merged'
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9f6e6a8

Please sign in to comment.