We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87eef2d commit e0774c3Copy full SHA for e0774c3
1 file changed
.github/workflows/jit.yml
@@ -1,25 +1,7 @@
1
name: JIT
2
on:
3
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'
13
push:
14
15
16
17
18
19
20
21
22
23
workflow_dispatch:
24
25
permissions:
0 commit comments