Skip to content

Commit d17e1af

Browse files
committed
workflows: Update comments for LAVA schema checks
Signed-off-by: Loïc Minier <[email protected]>
1 parent 093d4e8 commit d17e1af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# implicitely set all other permissions to none
77
permissions:
88
checks: write # debos.yml?
9-
contents: read # debos.yml ?
9+
contents: read # debos.yml lava-schema-check.yml
1010
packages: read # debos.yml?
1111
pull-requests: write # debos.yml?
1212

.github/workflows/build-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# implicitely set all other permissions to none
88
permissions:
99
checks: write
10-
contents: read # debos.yml
10+
contents: read # debos.yml lava-schema-check.yml
1111
packages: read
1212
pull-requests: write
1313

0 commit comments

Comments
 (0)