We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d1b5b commit e9a1bf2Copy full SHA for e9a1bf2
1 file changed
.github/workflows/windows-build.yml
@@ -3,6 +3,8 @@ on:
3
push:
4
pull_request:
5
types: [ opened ]
6
+permissions:
7
+ contents: read
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.event.pull_request.number || github.ref }}
10
cancel-in-progress: true
0 commit comments