Skip to content

Commit 26539b8

Browse files
Copilothotlong
andauthored
ci: simplify storybook workflow concurrency key
Agent-Logs-Url: https://github.com/objectstack-ai/objectui/sessions/9e1dd432-975f-44ae-9cfe-adbf9e66eb15 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 413ff55 commit 26539b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/storybook-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "pnpm-lock.yaml"
99

1010
concurrency:
11-
group: storybook-tests-${{ github.event.pull_request.number || github.ref }}
11+
group: storybook-tests-${{ github.ref }}
1212
cancel-in-progress: true
1313

1414
permissions:

0 commit comments

Comments
 (0)