]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-119146: Don't run JIT CI on unrelated changes (GH-119147)
authorSavannah Ostrowski <savannahostrowski@gmail.com>
Sun, 19 May 2024 12:59:12 +0000 (08:59 -0400)
committerGitHub <noreply@github.com>
Sun, 19 May 2024 12:59:12 +0000 (12:59 +0000)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
.github/workflows/jit.yml

index 7152cde8f4607c8b51e8c3fed094770414ea434b..2ec04da16946ffbff04e377a187b13407d96f8d2 100644 (file)
@@ -5,11 +5,17 @@ on:
       - '**jit**'
       - 'Python/bytecodes.c'
       - 'Python/optimizer*.c'
+      - '!Python/perf_jit_trampoline.c'
+      - '!**/*.md'
+      - '!**/*.ini'
   push:
     paths:
       - '**jit**'
       - 'Python/bytecodes.c'
       - 'Python/optimizer*.c'
+      - '!Python/perf_jit_trampoline.c'
+      - '!**/*.md'
+      - '!**/*.ini'
   workflow_dispatch:
 
 permissions: