We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe34b5 commit 0315628Copy full SHA for 0315628
.github/pytorch-probot.yml
@@ -3,3 +3,4 @@ ciflow_push_tags:
3
- ciflow/benchmark
4
- ciflow/tutorials
5
- ciflow/rocm
6
+- ciflow/4xh100
.github/workflows/4xH100_tests.yml
@@ -4,11 +4,9 @@ on:
push:
branches:
- main
7
- - 'gh/**'
8
- pull_request:
9
- branches:
10
- - main
11
+ tags:
+ - ciflow/4xh100/*
+ workflow_dispatch:
12
13
concurrency:
14
group: 4xH100_tests-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
0 commit comments