fix(workflows): use correct name for patch
This commit is contained in:
parent
2cab03c933
commit
59e8f11a7d
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: CI OSes
|
||||
name: Multi-OS Unit Tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue