Skip to content

Commit

Permalink
chore(actions): Fix maintain-quality.yml (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Aug 1, 2023
1 parent dfef21e commit 34dfa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maintain-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
lint:
name: Lint
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
if: contains(fromJSON('["push", "pull_request_review"]'), github.event_name) || github.event.pull_request.head.repo.fork
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down

0 comments on commit 34dfa98

Please sign in to comment.