Update cached disk patch job name (#6615)

This commit is contained in:
teor 2023-05-08 11:19:16 +10:00 committed by GitHub
parent 51e1810e35
commit f6c6311c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"'