Skip to content

Commit

Permalink
ci: test devnet only against releases (#2642)
Browse files Browse the repository at this point in the history
* chore: changeset

* ci: run devnet against releases
  • Loading branch information
danielbate authored Jun 28, 2024
1 parent 36082df commit 3d7f91f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/nice-rabbits-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: pnpm test:e2e
env:
TESTNET_WALLET_PVT_KEY: ${{ secrets.TESTNET_WALLET_PVT_KEY }}
DEVNET_WALLET_PVT_KEY: ${{ secrets.DEVNET_WALLET_PVT_KEY }}
DEVNET_WALLET_PVT_KEY: ${{ github.head_ref == 'changeset-release/master' && secrets.DEVNET_WALLET_PVT_KEY || '' }}

test:
if: github.base_ref == 'master' || github.ref_name == 'master'
Expand Down

0 comments on commit 3d7f91f

Please sign in to comment.