Skip to content

Commit cc54641

Browse files
committed
chore: fix smoke workflow name
The current name is "test" which conflicts with the existing "test" workflow and causes the GitHub UI to get confused. Signed-off-by: Nick Hale <[email protected]>
1 parent 57d5f00 commit cc54641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test
1+
name: smoke
22

33
on:
44
pull_request_target:

0 commit comments

Comments
 (0)