From 45bf9f15fbb7a34e653357b9d744f2820d7d09bc Mon Sep 17 00:00:00 2001 From: Fabian Kammel Date: Mon, 23 May 2022 14:43:32 +0200 Subject: [PATCH] always try to upload constellation state file (#173) --- .github/actions/constellation_create/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/constellation_create/action.yml b/.github/actions/constellation_create/action.yml index 0110e4091..0928ed73d 100644 --- a/.github/actions/constellation_create/action.yml +++ b/.github/actions/constellation_create/action.yml @@ -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