File tree Expand file tree Collapse file tree 5 files changed +19
-19
lines changed Expand file tree Collapse file tree 5 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 99
1010# implicitely set all other permissions to none
1111permissions :
12- checks : write # test.yml
13- contents : read # debos.yml test.yml
14- packages : read # test.yml
15- pull-requests : write # test.yml
12+ checks : write # lava- test.yml
13+ contents : read # debos.yml lava- test.yml
14+ packages : read # lava- test.yml
15+ pull-requests : write # lava- test.yml
1616
1717jobs :
1818 build-daily :
2323 test-daily :
2424 # don't run cron from forks of the main repository or from other branches
2525 if : github.repository == 'qualcomm-linux/qcom-deb-images' && github.ref == 'refs/heads/main'
26- uses : ./.github/workflows/test.yml
26+ uses : ./.github/workflows/lava- test.yml
2727 needs : build-daily
2828 secrets : inherit
2929 with :
Original file line number Diff line number Diff line change 55
66# implicitely set all other permissions to none
77permissions :
8- checks : write # test.yml
9- contents : read # debos.yml lava-schema-check.yml test.yml
10- packages : read # test.yml
11- pull-requests : write # test.yml
8+ checks : write # lava- test.yml
9+ contents : read # debos.yml lava-schema-check.yml lava- test.yml
10+ packages : read # lava- test.yml
11+ pull-requests : write # lava- test.yml
1212
1313jobs :
1414 event-file :
Original file line number Diff line number Diff line change 66
77# implicitely set all other permissions to none
88permissions :
9- checks : write # test.yml
10- contents : read # debos.yml lava-schema-check.yml test.yml
11- packages : read # test.yml
12- pull-requests : write # test.yml
9+ checks : write # lava- test.yml
10+ contents : read # debos.yml lava-schema-check.yml lava- test.yml
11+ packages : read # lava- test.yml
12+ pull-requests : write # lava- test.yml
1313
1414jobs :
1515 build-daily :
1616 uses : ./.github/workflows/debos.yml
1717 schema-check :
1818 uses : ./.github/workflows/lava-schema-check.yml
1919 test :
20- uses : ./.github/workflows/test.yml
20+ uses : ./.github/workflows/lava- test.yml
2121 needs : [build-daily, schema-check]
2222 secrets : inherit
2323 with :
File renamed without changes.
Original file line number Diff line number Diff line change 1010
1111# implicitely set all other permissions to none
1212permissions :
13- checks : write # test.yml EnricoMi/publish-unit-test-result-action
14- contents : read # test.yml actions/checkout
15- packages : read # test.yml actions/download-artifact
16- # test.yml EnricoMi/publish-unit-test-result-action
13+ checks : write # lava- test.yml EnricoMi/publish-unit-test-result-action
14+ contents : read # lava- test.yml actions/checkout
15+ packages : read # lava- test.yml actions/download-artifact
16+ # lava- test.yml EnricoMi/publish-unit-test-result-action
1717 # thollander/actions-comment-pull-request
1818 pull-requests : write
1919
5959 echo "url=${BUILD_URL}" >> $GITHUB_OUTPUT
6060
6161 test :
62- uses : ./.github/workflows/test.yml
62+ uses : ./.github/workflows/lava- test.yml
6363 secrets : inherit
6464 needs : retrieve-build-url
6565 with :
You can’t perform that action at this time.
0 commit comments