We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07e0c7 commit 8295911Copy full SHA for 8295911
.github/workflows/klocwork-main.yml
@@ -5,6 +5,11 @@
5
6
name: Klocwork main branch scan
7
8
+# Limit to single workflow run at any given time.
9
+# kwadmin cannot load the same Klocwork project multiple times in parallel.
10
+# https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency/
11
+concurrency: klocwork
12
+
13
# https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token/
14
permissions:
15
# Grant read permissions to repository in case it is not a forked public
0 commit comments