Skip to content

Commit

Permalink
Remove master from branch list
Browse files Browse the repository at this point in the history
New 6.2 kernels (starting with 6.2.16-13) already have the patch built in, so no need to build them here.
  • Loading branch information
brunokc authored Oct 6, 2023
1 parent cc70989 commit 918a566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-kernel-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: ['master', 'pve-kernel-5.15']
branch: ['pve-kernel-5.15']
uses: ./.github/workflows/new-pve-kernel-release-check.yml
with:
branch: ${{ matrix.branch }}
Expand Down

0 comments on commit 918a566

Please sign in to comment.