Skip to content

Commit

Permalink
Disable darwinia and crab (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Sep 29, 2024
1 parent dedfa6c commit d016827
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
chain:
- crab
- darwinia
# - crab
# - darwinia
- koi
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
chain:
- crab
- darwinia
# - crab
# - darwinia
- koi
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
chain:
- crab
- darwinia
# - crab
# - darwinia
- koi
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d016827

Please sign in to comment.