There was an error while loading. Please reload this page.
1 parent e411bac commit ffe50f9Copy full SHA for ffe50f9
1 file changed
.github/workflows/pr-validation.yml
@@ -6,6 +6,9 @@ on:
6
- testing
7
merge_group:
8
9
+permissions:
10
+ contents: read
11
+
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || github.run_id }}
14
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
0 commit comments