Skip to content

Commit e0774c3

Browse files
committed
checkless
1 parent 87eef2d commit e0774c3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/jit.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,7 @@
11
name: JIT
22
on:
33
pull_request:
4-
paths:
5-
- '**jit**'
6-
- 'Python/bytecodes.c'
7-
- 'Python/optimizer*.c'
8-
- 'Python/executor_cases.c.h'
9-
- 'Python/optimizer_cases.c.h'
10-
- '!Python/perf_jit_trampoline.c'
11-
- '!**/*.md'
12-
- '!**/*.ini'
134
push:
14-
paths:
15-
- '**jit**'
16-
- 'Python/bytecodes.c'
17-
- 'Python/optimizer*.c'
18-
- 'Python/executor_cases.c.h'
19-
- 'Python/optimizer_cases.c.h'
20-
- '!Python/perf_jit_trampoline.c'
21-
- '!**/*.md'
22-
- '!**/*.ini'
235
workflow_dispatch:
246

257
permissions:

0 commit comments

Comments
 (0)