File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11name : Continuous integration
22on :
33 pull_request :
4+ workflow_call :
45 push :
56 branches : ['main'] # ['**']
67 tags : [v*]
2122 - name : Mount bazel cache
2223 uses : actions/cache@v4
2324 with :
24- save-always : true
2525 path : |
2626 ~/.cache/bazel
2727 key : ${{ matrix.os }}-bazel-ci-cache
Original file line number Diff line number Diff line change 44 types : [created]
55 branches : [main, temporary-main]
66jobs :
7+ tests :
8+ uses : ./.github/workflows/ci.yaml
79 publish :
810 runs-on : ubuntu-latest
11+ needs : [tests]
912 steps :
1013 - uses : actions/checkout@v4
1114 - uses : bazelbuild/setup-bazelisk@v3
1215 - name : Mount bazel cache
1316 uses : actions/cache@v4
1417 with :
15- save-always : true
1618 path : |
1719 ~/.cache/bazel
1820 key : ubuntu-latest-bazel-ci-cache
You can’t perform that action at this time.
0 commit comments