Skip to content

Commit

Permalink
Merge pull request #642 from sander2/fix/pipeline
Browse files Browse the repository at this point in the history
fix: release pipeline for testnet
  • Loading branch information
ns212 authored Jun 14, 2022
2 parents dbca5ab + 3f40e16 commit 97d5fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: [self-hosted, linux]
strategy:
matrix:
runtime: ["interlay", "kintsugi", "testnet"]
runtime: ["interlay", "kintsugi", "testnet-kintsugi", "testnet-interlay"]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down

0 comments on commit 97d5fe2

Please sign in to comment.