Skip to content

Commit 069d52d

Browse files
committed
workflow fixes
1 parent 3feee55 commit 069d52d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_run_tests.yml

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

33
on:
44
workflow_run:
5-
workflows: ["Type Check & Lint"]
5+
workflows: [Type Check & Lint]
66
types:
77
- completed
88

.github/workflows/ci_type_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Type Check & Lint"
1+
name: Type Check & Lint
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)