8000 gh-119146: Update `paths` in `jit.yml` by savannahostrowski · Pull Request #119147 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-119146: Update paths in jit.yml #119147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add paths-ignore to jit.yml
  • Loading branch information
savannahostrowski committed May 16, 2024
commit ab4006487d46fe2a6210a9538d1d67532745f6f0
8 changes: 8 additions & 0 deletions .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ on:
- '**jit**'
- 'Python/bytecodes.c'
- 'Python/optimizer*.c'
paths-ignore:
- 'Tools/jit/README.md'
- 'Tools/jit/mypy.ini'
- 'Python/perf_jit_trampoline.c'
push:
paths:
- '**jit**'
- 'Python/bytecodes.c'
- 'Python/optimizer*.c'
paths-ignore:
- 'Tools/jit/README.md'
- 'Tools/jit/mypy.ini'
- 'Python/perf_jit_trampoline.c'
workflow_dispatch:

permissions:
Expand Down
0