change(ui): Enable the progress bar feature by default, but only show progress bars when the config is enabled #3852
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: zcash-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/zcash-lightwalletd.yml' | |
jobs: | |
build: | |
name: Build lightwalletd Docker | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required"' |