We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b626354 commit 65c54a5Copy full SHA for 65c54a5
1 file changed
.github/workflows/run-all-tests-pr.yaml
@@ -4,6 +4,10 @@ on:
4
branches: [main]
5
merge_group:
6
workflow_dispatch:
7
+
8
+permissions:
9
+ contents: read
10
11
concurrency:
12
group:
13
${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments