Skip to content

Commit

Permalink
move devnet rpc node to rpc terraform and start to tag by sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Lai committed Mar 18, 2024
1 parent 974e364 commit 0ca5b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

devnet_build_push:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/ci-improvement' && !startsWith(github.ref, 'refs/tags/')
if: github.ref == 'refs/heads/dev-upgrade' && !startsWith(github.ref, 'refs/tags/')
needs: tests
steps:
- uses: actions/checkout@v4
Expand All @@ -98,7 +98,7 @@ jobs:
devnet_terraform_apply:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/ci-improvement' && !startsWith(github.ref, 'refs/tags/')
if: github.ref == 'refs/heads/dev-upgrade' && !startsWith(github.ref, 'refs/tags/')
needs: devnet_build_push
environment: devnet
env:
Expand Down

0 comments on commit 0ca5b7f

Please sign in to comment.