Skip to content

Commit 3f1409f

Browse files
Trigger the pipeline only on approval
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 082ae11 commit 3f1409f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
lint:
12-
if: github.event_name == 'pull_request' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved')
12+
if: github.event_name == 'pull_request_review' && github.event.review.state == 'approved'
1313
name: Lint Code Base
1414
runs-on: ubuntu-latest
1515
steps:

0 commit comments

Comments
 (0)