We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf5019 commit 398d25bCopy full SHA for 398d25b
.github/workflows/main.yml
@@ -1,13 +1,18 @@
1
name: CI
2
-permissions:
3
- contents: read
4
5
on:
6
push:
7
branches: [master]
8
pull_request:
9
10
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
+permissions:
14
+ contents: read
15
16
jobs:
17
lint:
18
runs-on: ubuntu-slim
.github/workflows/pip-audit.yml
@@ -8,6 +8,13 @@ on:
schedule:
- cron: "0 12 * * *"
19
pip-audit:
20
0 commit comments