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 8a793cb + 8b2ae10 commit 3393e2aCopy full SHA for 3393e2a
1 file changed
.github/workflows/docker_pr_receive.yaml
@@ -229,9 +229,15 @@ jobs:
229
230
pr-checks:
231
name: "Trigger PR Checks"
232
- needs: test-pr
+ needs:
233
+ - test-pr
234
+ - build-md-source
235
runs-on: ubuntu-latest
236
if: ${{ needs.test-pr.outputs.is_valid == 'true' }}
237
+ permissions:
238
+ contents: read
239
+ actions: read
240
+ checks: write
241
steps:
242
- name: "Checkout Lesson"
243
uses: actions/checkout@v4
0 commit comments