We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a81e6 commit ca0e0bdCopy full SHA for ca0e0bd
.github/workflows/ci-main.yml
@@ -688,13 +688,17 @@ jobs:
688
689
check-pull-request-bazel-targets:
690
name: Check PULL_REQUEST_BAZEL_TARGETS
691
- runs-on: ubuntu-latest
+ runs-on:
692
+ labels: dind-small
693
+ container: *container-setup
694
timeout-minutes: 30
695
steps:
696
- name: Checkout
697
uses: actions/checkout@v4
698
- name: Check PULL_REQUEST_BAZEL_TARGETS
- run: ./ci/scripts/targets.py check
699
+ uses: ./.github/actions/bazel
700
+ with:
701
+ run: ./ci/scripts/targets.py check
702
703
# only run on pull-request event - they are also triggered from schedule-daily.yml
704
pocket-ic-tests-windows:
0 commit comments