Skip to content

Commit 4c947ee

Browse files
committed
ignore changes to JET.yml in workflows
1 parent b35262b commit 4c947ee

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- '.github/workflows/Format-check.yml'
1616
- '.github/workflows/TagBot.yml'
1717
- '.github/workflows/SpellCheck.yml'
18+
- '.github/workflows/JET.yml'
1819
- 'benchmark/**'
1920
- 'docs/**'
2021
pull_request:
@@ -29,6 +30,7 @@ on:
2930
- '.github/workflows/Format-check.yml'
3031
- '.github/workflows/TagBot.yml'
3132
- '.github/workflows/SpellCheck.yml'
33+
- '.github/workflows/JET.yml'
3234
- 'benchmark/**'
3335
- 'docs/**'
3436
workflow_dispatch:

.github/workflows/Documenter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '.github/workflows/CI.yml'
1212
- '.github/workflows/CompatHelper.yml'
1313
- '.github/workflows/TagBot.yml'
14+
- '.github/workflows/JET.yml'
1415
- 'benchmark/**'
1516
pull_request:
1617
paths-ignore:
@@ -19,6 +20,7 @@ on:
1920
- '.github/workflows/CI.yml'
2021
- '.github/workflows/CompatHelper.yml'
2122
- '.github/workflows/TagBot.yml'
23+
- '.github/workflows/JET.yml'
2224
- 'benchmark/**'
2325
workflow_dispatch:
2426

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- '.github/workflows/Format-check.yml'
1515
- '.github/workflows/TagBot.yml'
1616
- '.github/workflows/SpellCheck.yml'
17+
- '.github/workflows/JET.yml'
1718
- 'benchmark/**'
1819
- 'docs/**'
1920
workflow_dispatch:

.github/workflows/benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '.github/workflows/Format-check.yml'
1313
- '.github/workflows/TagBot.yml'
1414
- '.github/workflows/SpellCheck.yml'
15+
- '.github/workflows/JET.yml'
1516
- 'docs/**'
1617
permissions:
1718
pull-requests: write # action needs to post a comment

0 commit comments

Comments
 (0)