mirror of https://github.com/python/cpython
[3.13] GH-119146: Don't run JIT CI on unrelated changes (GH-119226)
(cherry picked from commit 5307f44fb9
)
Co-authored-by: Savannah Ostrowski <savannahostrowski@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
e370b642ea
commit
a6b873fb54
|
@ -5,11 +5,17 @@ on:
|
||||||
- '**jit**'
|
- '**jit**'
|
||||||
- 'Python/bytecodes.c'
|
- 'Python/bytecodes.c'
|
||||||
- 'Python/optimizer*.c'
|
- 'Python/optimizer*.c'
|
||||||
|
- '!Python/perf_jit_trampoline.c'
|
||||||
|
- '!**/*.md'
|
||||||
|
- '!**/*.ini'
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '**jit**'
|
- '**jit**'
|
||||||
- 'Python/bytecodes.c'
|
- 'Python/bytecodes.c'
|
||||||
- 'Python/optimizer*.c'
|
- 'Python/optimizer*.c'
|
||||||
|
- '!Python/perf_jit_trampoline.c'
|
||||||
|
- '!**/*.md'
|
||||||
|
- '!**/*.ini'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Reference in New Issue