Add missing deps to two targets in the Bazel build. #53
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 and update caches | |
on: | |
pull_request: | |
branches: | |
- master | |
types: [closed] | |
jobs: | |
build-and-test: | |
if: ${{ github.event.pull_request.merged }} | |
uses: ./.github/workflows/build.yml | |
with: | |
run-tests: false | |
update-caches: true |