Skip to content

Commit c4123ce

Browse files
Update workflow to use maximize-kselftest-coverage branch
1 parent 5c283ce commit c4123ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/kernel-build-and-test-x86_64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
repository: ctrliq/kernel-container-build
25-
ref: test-stage-separation
25+
ref: maximize-kselftest-coverage
2626
path: kernel-container-build
2727
token: ${{ secrets.PRIVATE_REPO_ACCESS_TOKEN }}
2828

@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/checkout@v4
9393
with:
9494
repository: ctrliq/kernel-container-build
95-
ref: test-stage-separation
95+
ref: maximize-kselftest-coverage
9696
path: kernel-container-build
9797
token: ${{ secrets.PRIVATE_REPO_ACCESS_TOKEN }}
9898

@@ -146,7 +146,7 @@ jobs:
146146
uses: actions/checkout@v4
147147
with:
148148
repository: ctrliq/kernel-container-build
149-
ref: test-stage-separation
149+
ref: maximize-kselftest-coverage
150150
path: kernel-container-build
151151
token: ${{ secrets.PRIVATE_REPO_ACCESS_TOKEN }}
152152

0 commit comments

Comments
 (0)