We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58dcf69 commit 5cf1805Copy full SHA for 5cf1805
2 files changed
.github/workflows/publish.yml
@@ -21,6 +21,10 @@ on:
21
required: false
22
default: ""
23
24
+concurrency:
25
+ group: publish-${{ github.ref }}
26
+ cancel-in-progress: false
27
+
28
permissions:
29
contents: read
30
.github/workflows/test.yml
@@ -5,6 +5,9 @@ on:
5
branches: [main]
6
pull_request:
7
8
+permissions:
9
+ contents: read
10
11
jobs:
12
test:
13
runs-on: ${{ matrix.os }}
0 commit comments