We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f7341 commit f4043e4Copy full SHA for f4043e4
.github/workflows/main.yml
@@ -2,6 +2,11 @@ name: CI
2
on:
3
- push
4
- pull_request
5
+permissions:
6
+ contents: read
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress: true
10
jobs:
11
test:
12
name: Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
0 commit comments