We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a613fe7 commit b81ea68Copy full SHA for b81ea68
.github/workflows/integration.yaml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
linelint:
9
runs-on: ubuntu-latest
10
+ if: github.event_name == 'pull_request'
11
steps:
12
- uses: actions/checkout@v4
13
with:
0 commit comments