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 cac203a commit 574a661Copy full SHA for 574a661
.github/workflows/functional_test.yml
@@ -10,6 +10,7 @@ on:
10
- "go.mod"
11
- "**.go"
12
- "Makefile"
13
+# Limit one unit test job running per PR/Branch
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
16
# For example, if you push multiple commits to a pull request in quick succession, only the latest workflow run will continue
0 commit comments