From f6c6311c8efd405941aa80094c73d8e9a1fa6a06 Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 8 May 2023 11:19:16 +1000 Subject: [PATCH] Update cached disk patch job name (#6615) --- .github/workflows/continous-integration-docker.patch.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continous-integration-docker.patch.yml b/.github/workflows/continous-integration-docker.patch.yml index bb92b059..b3cf3a8b 100644 --- a/.github/workflows/continous-integration-docker.patch.yml +++ b/.github/workflows/continous-integration-docker.patch.yml @@ -24,8 +24,9 @@ on: - '.github/workflows/build-docker-image.yml' jobs: + # We don't patch the testnet job, because testnet isn't required to merge (it's too unstable) get-available-disks: - name: Find available cached state disks + name: Check if cached state disks exist for Mainnet / Check if cached state disks exist runs-on: ubuntu-latest steps: - run: 'echo "No build required"'