From 354615c954589e23efece76e5fa8c7cb93eecf80 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Mon, 4 Nov 2024 10:24:39 +0000 Subject: [PATCH] fix(actions): do not require the `get-disk-name` job for forks --- .github/workflows/cd-deploy-nodes-gcp.patch-external.yml | 6 ++++++ .github/workflows/cd-deploy-nodes-gcp.patch.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/cd-deploy-nodes-gcp.patch-external.yml b/.github/workflows/cd-deploy-nodes-gcp.patch-external.yml index 8381f0011a0..3b1e2c066cb 100644 --- a/.github/workflows/cd-deploy-nodes-gcp.patch-external.yml +++ b/.github/workflows/cd-deploy-nodes-gcp.patch-external.yml @@ -43,3 +43,9 @@ jobs: runs-on: ubuntu-latest steps: - run: 'echo "Skipping job on fork"' + + get-disk-name: + name: Get disk name + runs-on: ubuntu-latest + steps: + - run: 'echo "Skipping job on fork"' diff --git a/.github/workflows/cd-deploy-nodes-gcp.patch.yml b/.github/workflows/cd-deploy-nodes-gcp.patch.yml index fb963ec3726..6f88cf2cfe2 100644 --- a/.github/workflows/cd-deploy-nodes-gcp.patch.yml +++ b/.github/workflows/cd-deploy-nodes-gcp.patch.yml @@ -52,3 +52,9 @@ jobs: runs-on: ubuntu-latest steps: - run: 'echo "No build required"' + + get-disk-name: + name: Get disk name + runs-on: ubuntu-latest + steps: + - run: 'echo "No build required"'