We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a81e6 commit 556210dCopy full SHA for 556210d
.github/workflows/ci-main.yml
@@ -688,12 +688,15 @@ 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
699
+ uses: ./.github/actions/bazel
700
run: ./ci/scripts/targets.py check
701
702
# only run on pull-request event - they are also triggered from schedule-daily.yml
0 commit comments