Skip to content

Bazel Steward

Bazel Steward #4

Workflow file for this run

---
name: Bazel Steward
on:
workflow_dispatch:
schedule:
- cron: "30 5 * * *" # runs every day at 5:30 am
jobs:
bazel-steward:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: VirtusLab/[email protected]