mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
ci: improve devnet deployment workflow by adding conditional restart
This commit is contained in:
@@ -13,9 +13,13 @@ permissions:
|
||||
|
||||
jobs:
|
||||
devnet_restart:
|
||||
if: github.ref == 'refs/heads/develop || github.ref == 'refs/heads/feature/*'
|
||||
name: Restart Devnet
|
||||
runs-on: ubuntu-latest
|
||||
environment: "Devnet"
|
||||
steps:
|
||||
# Run `git checkout`
|
||||
- uses: actions/checkout@v3
|
||||
- name: Restart Devnet
|
||||
run: |
|
||||
make restart
|
||||
|
||||
Reference in New Issue
Block a user