Skip to content

Commit d9cc6b4

Browse files
authored
[CI] Only run integration test when PR's base branch is main (#1331)
As titled, to save some H100 resource and avoid long waiting, only run integration test when PR's base branch is main. No need to run H100 tests on PRs like #1330
1 parent 6f6a897 commit d9cc6b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration_test_8gpu_h100.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths-ignore:
77
- 'torchtitan/experiments/**'
88
pull_request:
9+
branches: [ main ]
910
paths-ignore:
1011
- 'torchtitan/experiments/**'
1112
schedule:

0 commit comments

Comments
 (0)