mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
consolidate conditional for internal testnet cd
This commit is contained in:
parent
5c0f27b952
commit
cf2d83b020
2
.github/workflows/cd-internal-testnet.yml
vendored
2
.github/workflows/cd-internal-testnet.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
reset-chain-to-zero-state:
|
||||
needs: [changed_files]
|
||||
# only start cd pipeline if last ci run was successful
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }} && needs.changed_files.outputs.changedInternalTestnetConfig == 'true'
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' && needs.changed_files.outputs.changedInternalTestnetConfig == 'true' }}
|
||||
uses: ./.github/workflows/cd-reset-internal-testnet.yml
|
||||
with:
|
||||
aws-region: us-east-1
|
||||
|
Loading…
Reference in New Issue
Block a user