Skip to content

Commit edde4eb

Browse files
committed
Set triage, nsys workflow paths
1 parent b1f5c2e commit edde4eb

2 files changed

Lines changed: 6 additions & 22 deletions

File tree

.github/workflows/nsys-jax.yaml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,13 @@ on:
1111
- reopened
1212
- ready_for_review
1313
- synchronize
14-
paths-ignore:
15-
- '**.md'
16-
- '.github/triage/**'
17-
- 'docs/**'
18-
- 'fern/**'
19-
- 'package*.json'
20-
- 'Makefile'
21-
- '.npmrc'
22-
- '.nvmrc'
23-
- '.github/workflows/*fern*.yml'
14+
paths:
15+
- '.github/container/nsys_jax/**'
2416
push:
2517
branches:
2618
- main
27-
paths-ignore:
28-
- '**.md'
29-
- '.github/triage/**'
30-
- 'docs/**'
31-
- 'fern/**'
32-
- 'package*.json'
33-
- 'Makefile'
34-
- '.npmrc'
35-
- '.nvmrc'
36-
- '.github/workflows/*fern*.yml'
19+
paths:
20+
- '.github/container/nsys_jax/**'
3721

3822
defaults:
3923
run:

.github/workflows/triage-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
- reopened
1212
- ready_for_review
1313
- synchronize
14-
paths-ignore:
15-
- '**.md'
14+
paths:
15+
- '.github/triage/**'
1616
push:
1717
branches:
1818
- main

0 commit comments

Comments
 (0)