mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-24 15:09:39 -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:
|
||||
name: constellation-state.json
|
||||
path: constellation-state.json
|
||||
if: ${{ !env.ACT }}
|
||||
if: ${{ always() && !env.ACT }}
|
||||
- name: Constellation init
|
||||
run: |
|
||||
if [ ${{ inputs.autoscale }} = true ]; then autoscale=--autoscale; fi
|
||||
|
Loading…
Reference in New Issue
Block a user