Skip to content

Commit 0e55673

Browse files
ci: update build workflow name
1 parent f57f4cc commit 0e55673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI Build and Tests
1+
name: Build
22

33
on:
44
push:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Python Package
22

33
on:
44
workflow_run:
5-
workflows: ["CI Build and Tests"]
5+
workflows: ["Build"]
66
types:
77
- completed
88

0 commit comments

Comments
 (0)