Skip to content

Commit

Permalink
ci: update test tigger events
Browse files Browse the repository at this point in the history
  • Loading branch information
BobAnkh authored Dec 22, 2024
1 parent b0f8552 commit 34307f8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
paths-ignore:
- 'documents/**'
- 'assets/**'
pull_request:
branches:
- main
types: [opened, synchronize, reopened]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand All @@ -24,7 +20,7 @@ jobs:
matrix:
kernel: [ "5.4", "5.15", "6.8", "6.11" ]
runs-on: ${{ matrix.kernel }}
if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 34307f8

Please sign in to comment.