Skip to content

[bazel/infra] CI updates (#711) #221

[bazel/infra] CI updates (#711)

[bazel/infra] CI updates (#711) #221

Workflow file for this run

name: Bazel CI
on:
<<<<<<< HEAD

Check failure on line 3 in .github/workflows/bazel.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bazel.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
push:
branches: [gz-math8, main]
pull_request:
branches: [gz-math8, main]
=======
pull_request:
push:
branches:
- 'gz-math[1-9]?[0-9]'
- 'main'
>>>>>>> 073c9db ([bazel/infra] CI updates (#711))
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
uses: bazel-contrib/.github/.github/workflows/[email protected]
with:
folders: |
[
".",
]
exclude: |
[
{"folder": ".", "bzlmodEnabled": false},
]
exclude_windows: true