Skip to content

Commit 5e5e2e5

Browse files
committed
fix comment
1 parent f6e6839 commit 5e5e2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/functional_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "go.mod"
1111
- "**.go"
1212
- "Makefile"
13-
# Limit one unit test job running per PR/Branch
13+
# Limit one functional test job running per PR/Branch
1414
concurrency:
1515
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1616
# For example, if you push multiple commits to a pull request in quick succession, only the latest workflow run will continue

0 commit comments

Comments
 (0)