Skip to content

Commit

Permalink
adjusted workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin committed Jan 14, 2024
1 parent 4188a9f commit d1308e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release ubuntu

on:
workflow_run:
workflows: ["test ubuntu"]
workflows: [test ubuntu]
types:
- completed
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release macOS

on:
workflow_run:
workflows: ["test macOS"]
workflows: [test macOS]
types:
- completed
workflow_dispatch:
Expand Down

0 comments on commit d1308e4

Please sign in to comment.