Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Mar 22, 2024
1 parent 74a39ee commit f17ac17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint UI

on:
workflow_run:
workflows: ["Build UI"]
workflows: [Build UI]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test UI

on:
workflow_run:
workflows: ["Build UI"]
workflows: [Build UI]
types:
- completed

Expand Down

0 comments on commit f17ac17

Please sign in to comment.