We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a616c37 + 947b2dc commit 547d356Copy full SHA for 547d356
.github/workflows/linux.yml
@@ -9,10 +9,10 @@ on:
9
10
# implicitely set all other permissions to none
11
permissions:
12
- checks: write # test.yml
13
- contents: read # actions/checkout debos.yml test.yml
14
- packages: read # test.yml
15
- 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
16
17
env:
18
# where results will be posted/hosted
@@ -103,7 +103,7 @@ jobs:
103
kernelpackage: linux-image-6.17.0
104
105
test-mainline-linux:
106
- uses: ./.github/workflows/test.yml
+ uses: ./.github/workflows/lava-test.yml
107
needs: debos-mainline-linux
108
secrets: inherit
109
with:
0 commit comments