Skip to content

Commit 77b1f38

Browse files
tongxinBowen12992
andauthored
[CI] skip ci checks while modify docs (#697)
* add paths for PR checks. * add for push event --------- Co-authored-by: Bowen12992 <zhangbo.sjtu@qq.com>
1 parent 3bc7de5 commit 77b1f38

4 files changed

Lines changed: 77 additions & 0 deletions

File tree

.github/workflows/gems-cpp-extension.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ name: gems-cpp-extension
33
on:
44
push:
55
branches: [ "master" ]
6+
paths:
7+
- '**.py'
8+
- '**.cpp'
9+
- '**.cu'
10+
- '**.h'
11+
- '**.hpp'
12+
- '**.cc'
13+
- 'CMakeLists.txt'
14+
- '**/*.cmake'
15+
- '**/*.mk'
16+
- 'Makefile'
617
pull_request:
718
branches: [ "master" ]
819
paths:

.github/workflows/gems-test-on-hopper.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,30 @@ name: flag-gems-test-on-hopper
33
on:
44
push:
55
branches: [ "master" ]
6+
paths:
7+
- '**.py'
8+
- '**.cpp'
9+
- '**.cu'
10+
- '**.h'
11+
- '**.hpp'
12+
- '**.cc'
13+
- 'CMakeLists.txt'
14+
- '**/*.cmake'
15+
- '**/*.mk'
16+
- 'Makefile'
617
pull_request:
718
branches: [ "master" ]
19+
paths:
20+
- '**.py'
21+
- '**.cpp'
22+
- '**.cu'
23+
- '**.h'
24+
- '**.hpp'
25+
- '**.cc'
26+
- 'CMakeLists.txt'
27+
- '**/*.cmake'
28+
- '**/*.mk'
29+
- 'Makefile'
830

931
jobs:
1032
op-test-on-hopper:

.github/workflows/gems-test-on-metax.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,30 @@ name: flag-gems-test-on-metax
33
on:
44
push:
55
branches: [ "master" ]
6+
paths:
7+
- '**.py'
8+
- '**.cpp'
9+
- '**.cu'
10+
- '**.h'
11+
- '**.hpp'
12+
- '**.cc'
13+
- 'CMakeLists.txt'
14+
- '**/*.cmake'
15+
- '**/*.mk'
16+
- 'Makefile'
617
pull_request:
718
branches: [ "master" ]
19+
paths:
20+
- '**.py'
21+
- '**.cpp'
22+
- '**.cu'
23+
- '**.h'
24+
- '**.hpp'
25+
- '**.cc'
26+
- 'CMakeLists.txt'
27+
- '**/*.cmake'
28+
- '**/*.mk'
29+
- 'Makefile'
830

931
jobs:
1032
op-test-on-metax:

.github/workflows/python-coverage.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,30 @@ name: python-coverage
33
on:
44
push:
55
branches: [ "master" ]
6+
paths:
7+
- '**.py'
8+
- '**.cpp'
9+
- '**.cu'
10+
- '**.h'
11+
- '**.hpp'
12+
- '**.cc'
13+
- 'CMakeLists.txt'
14+
- '**/*.cmake'
15+
- '**/*.mk'
16+
- 'Makefile'
617
pull_request:
718
branches: [ "master" ]
19+
paths:
20+
- '**.py'
21+
- '**.cpp'
22+
- '**.cu'
23+
- '**.h'
24+
- '**.hpp'
25+
- '**.cc'
26+
- 'CMakeLists.txt'
27+
- '**/*.cmake'
28+
- '**/*.mk'
29+
- 'Makefile'
830

931
jobs:
1032
blas-op-test:

0 commit comments

Comments
 (0)