Skip to content

Merging 47bb030781dbb01911e7c2fbbc05b800652677b5 into trunk-temp/pr-1… #904

Merging 47bb030781dbb01911e7c2fbbc05b800652677b5 into trunk-temp/pr-1…

Merging 47bb030781dbb01911e7c2fbbc05b800652677b5 into trunk-temp/pr-1… #904

Workflow file for this run

name: Merge
permissions: read-all
on:
push:
branches:
- trunk-merge/**
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
name: Build
steps:
- name: Checkout Code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Cache Bazel
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: |
~/.cache/bazel
key: ${{ runner.os }}-bazel-${{ hashFiles('WORKSPACE','MODULE.bazel') }}
restore-keys: |
${{ runner.os }}-bazel-
- name: Build
run: bazelisk build //...