From 2d30ec7d6215fbbaf8cea02732df10457ced8661 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Thu, 26 Sep 2024 10:44:18 +0100 Subject: [PATCH] fix(ci): allow to specify the required cached state disk type --- .github/workflows/cd-deploy-nodes-gcp.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd-deploy-nodes-gcp.yml b/.github/workflows/cd-deploy-nodes-gcp.yml index beefdb20000..3291f5e722e 100644 --- a/.github/workflows/cd-deploy-nodes-gcp.yml +++ b/.github/workflows/cd-deploy-nodes-gcp.yml @@ -237,6 +237,7 @@ jobs: permissions: contents: 'read' id-token: 'write' + # TODO: Remove `|| github.event_name == 'workflow_dispatch'` condition before merging if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') || github.event_name == 'workflow_dispatch' }} steps: