Skip to content

Commit

Permalink
fix(workflows): use correct name for patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Sep 25, 2023
1 parent 2cab03c commit 59e8f11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-tests-docker.patch.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unites-tests-os.patch.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI OSes
name: Multi-OS Unit Tests

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub-build-lightwalletd.patch.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub-build-lightwalletd.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 59e8f11

Please sign in to comment.