Skip to content

Commit a9073f4

Browse files
github-actions: Call main workflow directly for LTP testing
Call kernel-build-and-test-multiarch.yml@shreeya_kernelci_ltp_rebased directly via workflow_call to test LTP jobs before merging to main. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Shreeya Patel <spatel@ciq.com>
1 parent cc9c245 commit a9073f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kernel-build-and-test-multiarch-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
github.event_name == 'push' ||
2121
github.event.pull_request.head.repo.full_name != github.repository ||
2222
github.event.action != 'opened'
23-
uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-multiarch-trigger.yml@shreeya_kernelci_ltp_rebased
23+
uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-multiarch.yml@shreeya_kernelci_ltp_rebased
2424
secrets: inherit

0 commit comments

Comments
 (0)