We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50603f9 commit f589141Copy full SHA for f589141
.github/workflows/check-alerts.yml
@@ -19,13 +19,20 @@ jobs:
19
- repo: pytorch/pytorch
20
branch: master
21
with_flaky_test_alerting: YES
22
+ job_filter_regex: ""
23
24
branch: nightly
25
with_flaky_test_alerting: NO
26
27
+ - repo: pytorch/test-infra
28
+ branch: main
29
+ with_flaky_test_alerting: NO
30
+ job_filter_regex: "nightly.pypi.binary.size.validation"
31
env:
32
REPO_TO_CHECK: ${{ matrix.repo }}
33
BRANCH_TO_CHECK: ${{ matrix.branch }}
34
WITH_FLAKY_TEST_ALERT: ${{ matrix.with_flaky_test_alerting }}
35
+ JOB_NAME_REGEX: ${{ matrix.job_filter_regex }}
36
# Don't do actual work on pull request
37
DRY_RUN: ${{ github.event_name == 'pull_request'}}
38
runs-on: ubuntu-18.04
0 commit comments