Skip to content

Commit bea64ce

Browse files
committed
no CI when changing the paper
1 parent 9d93e5f commit bea64ce

4 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'paper/**'
79
push:
810
branches:
911
- main

.github/workflows/Documenter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
- '.github/workflows/TagBot.yml'
2323
- 'benchmark/**'
2424
- 'utils/**'
25+
- 'paper/**'
2526
workflow_dispatch:
2627

2728
# Cancel redundant CI tests automatically

.github/workflows/Downgrade.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Downgrade
22

33
on:
44
pull_request:
5+
branches:
6+
- main
7+
paths-ignore:
8+
- 'paper/**'
59
workflow_dispatch:
610

711
# Cancel redundant CI tests automatically

.github/workflows/FormatCheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- 'main'
7+
paths-ignore:
8+
- 'paper/**'
79
tags: '*'
810
pull_request:
911

0 commit comments

Comments
 (0)