File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 55 paths-ignore :
66 - ' documents/**'
77 - ' assets/**'
8+ pull_request :
9+ branches :
10+ - main
11+ types : [opened, synchronize, reopened]
812# Allows you to run this workflow manually from the Actions tab
913 workflow_dispatch :
1014
2024 matrix :
2125 kernel : [ "5.4", "5.15", "6.8", "6.10" ]
2226 runs-on : ${{ matrix.kernel }}
27+ if : github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
2328 steps :
2429 - uses : actions/checkout@v4
2530 with :
Original file line number Diff line number Diff line change 1919 matrix :
2020 kernel : [ "5.4", "5.15", "6.8", "6.10" ]
2121 runs-on : ${{ matrix.kernel }}
22+ if : github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
2223 steps :
2324 - uses : actions/checkout@v4
2425 with :
You can’t perform that action at this time.
0 commit comments