Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:

# implicitely set all other permissions to none
permissions:
checks: write # test.yml
contents: read # actions/checkout debos.yml test.yml
packages: read # test.yml
pull-requests: write # test.yml
checks: write # lava-test.yml
contents: read # actions/checkout debos.yml lava-test.yml
packages: read # lava-test.yml
pull-requests: write # lava-test.yml

env:
# where results will be posted/hosted
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
kernelpackage: linux-image-6.17.0

test-mainline-linux:
uses: ./.github/workflows/test.yml
uses: ./.github/workflows/lava-test.yml
needs: debos-mainline-linux
secrets: inherit
with:
Expand Down
Loading