Skip to content

Commit

Permalink
setup workflow dependency to save resouces
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Dec 1, 2023
1 parent be64361 commit 61751b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code Standards Checks
name: Code Standard Checks

on: pull_request

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Portal Bridge [Preview]

on:
pull_request:
types: [opened, synchronize, reopened]
workflow_run:
workflows: [Code Standard Checks]
types:
- completed

jobs:
branch-sha:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Portal Bridge [Testnet]

on:
pull_request:
types: [opened, synchronize, reopened]
workflow_run:
workflows: [Code Standard Checks]
types:
- completed

jobs:
branch-sha:
Expand Down

0 comments on commit 61751b2

Please sign in to comment.