Skip to content

Commit 817cdc3

Browse files
authored
chore: restore GHA CI just for main branch (#3660)
Our release script expects to be able to run tests there, so we should be verifying that each commit is releasable
1 parent 53b7160 commit 817cdc3

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Diff for: .github/workflows/ci.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI
2+
3+
# Controls when the action will run.
4+
on:
5+
# Triggers the workflow only for the main branch (no need to duplicate Buildkite)
6+
push:
7+
branches: [main]
8+
# Allows you to run this workflow manually from the Actions tab
9+
workflow_dispatch:
10+
11+
jobs:
12+
test:
13+
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v2
14+
with:
15+
folders: '["."]'

Diff for: .github/workflows/release_prep.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)