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.
1 parent d988727 commit 4bbd092Copy full SHA for 4bbd092
.github/workflows/linux.yml
@@ -9,7 +9,10 @@ on:
9
10
# implicitely set all other permissions to none
11
permissions:
12
- contents: read # actions/checkout debos.yml
+ contents: read # actions/checkout debos.yml test.yml
13
+ contents: read # debos.yml lava-schema-check.yml test.yml
14
+ packages: read # test.yml
15
+ pull-requests: write # test.yml
16
17
env:
18
# where results will be posted/hosted
@@ -96,3 +99,10 @@ jobs:
96
99
with:
97
100
mainline_kernel: true
98
101
102
+ test-mainline-linux:
103
+ uses: ./.github/workflows/test.yml
104
+ needs: debos-mainline-linux
105
+ secrets: inherit
106
+ with:
107
+ url: ${{ needs.debos-mainline-linux.outputs.artifacts_url }}
108
+
0 commit comments