From 80ff4205f0af738d7460059aca999d3de767bfa3 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Sun, 19 May 2024 08:59:12 -0400 Subject: [PATCH] GH-119146: Don't run JIT CI on unrelated changes (GH-119147) (cherry picked from commit 5307f44fb983f2a17727fb43602f5dfa63e93311) Co-authored-by: Savannah Ostrowski Co-authored-by: Alex Waygood --- .github/workflows/jit.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml index 7152cde8f4607c..2ec04da16946ff 100644 --- a/.github/workflows/jit.yml +++ b/.github/workflows/jit.yml @@ -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: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy