Skip to content

Commit

Permalink
update workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Dec 1, 2023
1 parent ac4d154 commit d2d6f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Portal Bridge [Preview]

on:
workflow_run:
workflows: [Code Standard Checks]
workflows: ["Code Standard Checks"]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Portal Bridge [Testnet]

on:
workflow_run:
workflows: [Code Standard Checks]
workflows: ["Code Standard Checks"]
types:
- completed

Expand Down

0 comments on commit d2d6f6e

Please sign in to comment.