Skip to content

Commit 783090e

Browse files
NOJIRA: Fixed the concurrency group issue (SiliconLabsSoftware#574)
1 parent f3a9268 commit 783090e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_size_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111
- "release_*"
1212
concurrency:
13-
group: dev-build-examples-${{ github.ref }}
13+
group: code-size-check-${{ github.ref }}
1414
cancel-in-progress: true
1515

1616
jobs:

0 commit comments

Comments
 (0)