File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,15 @@ name: 8 GPU Integration Test
3
3
on :
4
4
push :
5
5
branches : [ main ]
6
+ paths-ignore :
7
+ - ' torchtitan/experiments/**'
6
8
pull_request :
9
+ paths-ignore :
10
+ - ' torchtitan/experiments/**'
7
11
schedule :
8
12
# Runs every 6 hours
9
13
- cron : ' 0 */6 * * *'
14
+
10
15
concurrency :
11
16
group : unit-test${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
12
17
cancel-in-progress : true
Original file line number Diff line number Diff line change 1
- name : 8 GPU Integration Test at H100
1
+ name : 8 GPU Integration Test on H100
2
2
3
3
on :
4
4
push :
5
5
branches : [ main ]
6
+ paths-ignore :
7
+ - ' torchtitan/experiments/**'
6
8
pull_request :
9
+ paths-ignore :
10
+ - ' torchtitan/experiments/**'
7
11
schedule :
8
12
# Runs every 6 hours
9
13
- cron : ' 0 */6 * * *'
14
+
10
15
concurrency :
11
16
group : unit-test${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
12
17
cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ name: CPU Unit Test
3
3
on :
4
4
push :
5
5
branches : [ main ]
6
+ paths-ignore :
7
+ - ' torchtitan/experiments/**'
6
8
pull_request :
9
+ paths-ignore :
10
+ - ' torchtitan/experiments/**'
7
11
8
12
concurrency :
9
13
group : unit-test${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
You can’t perform that action at this time.
0 commit comments