We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f116efe commit 3c0635cCopy full SHA for 3c0635c
.github/workflows/dependency-review.yml
@@ -13,6 +13,11 @@ on:
13
branches:
14
- main
15
16
+# Cancel any runs on the same branch
17
+concurrency:
18
+ group: ${{ github.workflow }}-${{ github.ref }}
19
+ cancel-in-progress: true
20
+
21
permissions:
22
contents: read
23
.github/workflows/translations-pr.yml
@@ -15,6 +15,11 @@ on:
- 'packages/i18n/locales/*.json'
- '!packages/i18n/locales/en.json'
24
actions: read
25
0 commit comments