Skip to content

Commit 976717a

Browse files
committed
Fix workflow name in build workflow
1 parent be8ca90 commit 976717a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
workflow_run:
10-
workflows: ["Run tests"]
10+
workflows: ["Run tests and linting"]
1111
branches: [main]
1212
types:
1313
- completed

0 commit comments

Comments
 (0)