change(ci): Remove duplicate CI jobs for getblocktemplate-rpcs #117
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
on: | |
pull_request: | |
paths-ignore: | |
- 'zebra-rpc/**' | |
- 'zebrad/tests/acceptance.rs' | |
- 'zebrad/src/config.rs' | |
- 'zebrad/src/commands/start.rs' | |
- 'docker/zcash-lightwalletd/Dockerfile' | |
- '.github/workflows/sub-build-lightwalletd.yml' | |
jobs: | |
build: | |
name: Build lightwalletd Docker | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required"' |