Skip to content

Commit

Permalink
check build workflow status and restrict to release (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
yourmoonlight committed May 21, 2024
1 parent d5c390f commit cbb6576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
deploy-rooch-testnet:
name: deploy rooch testnet
runs-on: self-hosted
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'release' }}
steps:
- name: Extract version
id: extract-version
Expand Down

0 comments on commit cbb6576

Please sign in to comment.