Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita6b873f

Browse files
miss-islingtonsavannahostrowskiAlexWaygood
authored
[3.13]GH-119146: Don't run JIT CI on unrelated changes (GH-119226)
(cherry picked from commit5307f44)Co-authored-by: Savannah Ostrowski <savannahostrowski@gmail.com>Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parente370b64 commita6b873f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎.github/workflows/jit.yml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ on:
55
-'**jit**'
66
-'Python/bytecodes.c'
77
-'Python/optimizer*.c'
8+
-'!Python/perf_jit_trampoline.c'
9+
-'!**/*.md'
10+
-'!**/*.ini'
811
push:
912
paths:
1013
-'**jit**'
1114
-'Python/bytecodes.c'
1215
-'Python/optimizer*.c'
16+
-'!Python/perf_jit_trampoline.c'
17+
-'!**/*.md'
18+
-'!**/*.ini'
1319
workflow_dispatch:
1420

1521
permissions:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp