mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 15:39:37 -05:00
always try to upload constellation state file (#173)
This commit is contained in:
parent
c16f5391db
commit
45bf9f15fb
@ -40,7 +40,7 @@ runs:
|
|||||||
with:
|
with:
|
||||||
name: constellation-state.json
|
name: constellation-state.json
|
||||||
path: constellation-state.json
|
path: constellation-state.json
|
||||||
if: ${{ !env.ACT }}
|
if: ${{ always() && !env.ACT }}
|
||||||
- name: Constellation init
|
- name: Constellation init
|
||||||
run: |
|
run: |
|
||||||
if [ ${{ inputs.autoscale }} = true ]; then autoscale=--autoscale; fi
|
if [ ${{ inputs.autoscale }} = true ]; then autoscale=--autoscale; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user