mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-28 09:44:08 -04:00
always try to upload constellation state file (#173)
This commit is contained in:
parent
c16f5391db
commit
45bf9f15fb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue