Skip to content

Commit 556210d

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,12 +688,15 @@ 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
699+
uses: ./.github/actions/bazel
697700
run: ./ci/scripts/targets.py check
698701

699702
# only run on pull-request event - they are also triggered from schedule-daily.yml

0 commit comments

Comments
 (0)