blob: a5fb2e295c3185500d1548c2fa6334b2543b1931 [file] [log] [blame]
name: CI
# Controls when the action will run.
on:
# Triggers the workflow only for the main branch (no need to duplicate Buildkite)
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v2
with:
folders: '["."]'