Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
github.event_name == 'push' ||
github.event.pull_request.head.repo.full_name != github.repository ||
github.event.action != 'opened'
uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-multiarch-trigger.yml@main
uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-multiarch-trigger.yml@rnicolescu_test
with:
architectures: 'x86_64'
skip_kselftests: true
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Linux kernel release 3.x <http://kernel.org/>
Linux kernel release 3.x <http://kernel.org/> TODO

These are the release notes for Linux version 3. Read them carefully,
as they tell you what this is all about, explain how to install the
Expand Down
Loading