There was an error while loading. Please reload this page.
2 parents 511d358 + 36cc0d7 commit b3b3f11Copy full SHA for b3b3f11
1 file changed
.github/workflows/unit-tests.yml
@@ -8,6 +8,9 @@ on:
8
pull_request:
9
workflow_dispatch: # Allows triggering the workflow manually in GitHub UI
10
11
+permissions:
12
+ contents: read
13
+
14
# If another push to the same PR or branch happens while this workflow is still running,
15
# cancel the earlier run in favor of the next run.
16
concurrency:
0 commit comments