From d7fbde3176416613b8710c0ffeb89501f62e86ab Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Tue, 5 Nov 2024 12:30:00 +0000 Subject: [PATCH] fix(actions): do not require the `get-disk-name` job for forks (#8988) --- .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"'