Skip to content

Commit 0315628

Browse files
authored
Updating 4xH100 to only run with tags or workflow dispatch (#2715)
Summary: Currently we have a long queue, so would like to reduce it Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent bfe34b5 commit 0315628

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/pytorch-probot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ ciflow_push_tags:
33
- ciflow/benchmark
44
- ciflow/tutorials
55
- ciflow/rocm
6+
- ciflow/4xh100

.github/workflows/4xH100_tests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
- 'gh/**'
8-
pull_request:
9-
branches:
10-
- main
11-
- 'gh/**'
7+
tags:
8+
- ciflow/4xh100/*
9+
workflow_dispatch:
1210

1311
concurrency:
1412
group: 4xH100_tests-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}

0 commit comments

Comments
 (0)