fix(workflows): use correct name for patch

This commit is contained in:
Gustavo Valverde 2023-09-25 09:51:25 +01:00
parent 2cab03c933
commit 59e8f11a7d
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: CI Docker name: Docker Unit Tests
# These jobs *don't* depend on cached Google Cloud state disks, # 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. # so they can be skipped when the modified files make the actual workflow run.

View File

@ -1,4 +1,4 @@
name: CI OSes name: Multi-OS Unit Tests
on: on:
pull_request: pull_request:

View File

@ -1,4 +1,4 @@
name: zcash-lightwalletd name: Build lightwalletd
# When the real job doesn't run because the files aren't changed, # When the real job doesn't run because the files aren't changed,
# run a fake CI job to satisfy the branch protection rules. # run a fake CI job to satisfy the branch protection rules.

View File

@ -1,6 +1,6 @@
# TODO: we should stop using this build approach with lightwalletd and move to using our # 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 # 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 # 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 # already in process, will get cancelled. Only the latest commit will be allowed