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 f6e6839 commit 5e5e2e5Copy full SHA for 5e5e2e5
.github/workflows/functional_test.yml
@@ -10,7 +10,7 @@ on:
10
- "go.mod"
11
- "**.go"
12
- "Makefile"
13
-# Limit one unit test job running per PR/Branch
+# Limit one functional 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