From 59e8f11a7d83ff27a0c8af0c7a07c898d8239e74 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Mon, 25 Sep 2023 09:51:25 +0100 Subject: [PATCH] fix(workflows): use correct name for patch --- .github/workflows/ci-unit-tests-docker.patch.yml | 2 +- .github/workflows/ci-unites-tests-os.patch.yml | 2 +- .github/workflows/sub-build-lightwalletd.patch.yml | 2 +- .github/workflows/sub-build-lightwalletd.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-unit-tests-docker.patch.yml b/.github/workflows/ci-unit-tests-docker.patch.yml index 764b47ced..5dbb927f5 100644 --- a/.github/workflows/ci-unit-tests-docker.patch.yml +++ b/.github/workflows/ci-unit-tests-docker.patch.yml @@ -1,4 +1,4 @@ -name: CI Docker +name: Docker Unit Tests # These jobs *don't* depend on cached Google Cloud state disks, # so they can be skipped when the modified files make the actual workflow run. diff --git a/.github/workflows/ci-unites-tests-os.patch.yml b/.github/workflows/ci-unites-tests-os.patch.yml index 9a85bdedb..2d126cba0 100644 --- a/.github/workflows/ci-unites-tests-os.patch.yml +++ b/.github/workflows/ci-unites-tests-os.patch.yml @@ -1,4 +1,4 @@ -name: CI OSes +name: Multi-OS Unit Tests on: pull_request: diff --git a/.github/workflows/sub-build-lightwalletd.patch.yml b/.github/workflows/sub-build-lightwalletd.patch.yml index cab893448..c126aec0f 100644 --- a/.github/workflows/sub-build-lightwalletd.patch.yml +++ b/.github/workflows/sub-build-lightwalletd.patch.yml @@ -1,4 +1,4 @@ -name: zcash-lightwalletd +name: Build lightwalletd # When the real job doesn't run because the files aren't changed, # run a fake CI job to satisfy the branch protection rules. diff --git a/.github/workflows/sub-build-lightwalletd.yml b/.github/workflows/sub-build-lightwalletd.yml index 49f5cdf40..5ccd917f5 100644 --- a/.github/workflows/sub-build-lightwalletd.yml +++ b/.github/workflows/sub-build-lightwalletd.yml @@ -1,6 +1,6 @@ # TODO: we should stop using this build approach with lightwalletd and move to using our # reusable workflow to building all the docker images of our repo -name: zcash-lightwalletd +name: Build lightwalletd # Ensures that only one workflow task will run at a time. Previous builds, if # already in process, will get cancelled. Only the latest commit will be allowed