Skip to content

Commit b81ea68

Browse files
committed
ci: ensure linelint job runs only on pull_request events
1 parent a613fe7 commit b81ea68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
linelint:
99
runs-on: ubuntu-latest
10+
if: github.event_name == 'pull_request'
1011
steps:
1112
- uses: actions/checkout@v4
1213
with:

0 commit comments

Comments
 (0)