Skip to content

Commit ca0e0bd

Browse files
committed
fix: run check-pull-request-bazel-targets with bazel action
1 parent d1a81e6 commit ca0e0bd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci-main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,13 +688,17 @@ jobs:
688688
689689
check-pull-request-bazel-targets:
690690
name: Check PULL_REQUEST_BAZEL_TARGETS
691-
runs-on: ubuntu-latest
691+
runs-on:
692+
labels: dind-small
693+
container: *container-setup
692694
timeout-minutes: 30
693695
steps:
694696
- name: Checkout
695697
uses: actions/checkout@v4
696698
- name: Check PULL_REQUEST_BAZEL_TARGETS
697-
run: ./ci/scripts/targets.py check
699+
uses: ./.github/actions/bazel
700+
with:
701+
run: ./ci/scripts/targets.py check
698702

699703
# only run on pull-request event - they are also triggered from schedule-daily.yml
700704
pocket-ic-tests-windows:

0 commit comments

Comments
 (0)