always try to upload constellation state file (#173)

This commit is contained in:
Fabian Kammel 2022-05-23 14:43:32 +02:00 committed by GitHub
parent c16f5391db
commit 45bf9f15fb

View File

@ -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