Skip to content

Commit

Permalink
add shell
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy authored Jun 24, 2024
1 parent 0c6520f commit 1b5bda6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows-source/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- <<: *checkout
- <<: *before-script
- name: check Trigger type
shell: bash
run: |
if [[ "${{ github.event.pull_request.labels.*.name }}" == *"merge-train"* ]]; then
echo "BAZEL_EXTRA_ARGS_RULES=--test_timeout_filters=short,moderate --flaky_test_attempts=3" >> $GITHUB_ENV
Expand Down

0 comments on commit 1b5bda6

Please sign in to comment.