From 8f9c6fa0773cff586d127d1b77b158edd4718035 Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Mon, 10 Feb 2025 00:52:58 +0800 Subject: [PATCH] Trigger tail call CI on more files (GH-129906) --- .github/workflows/tail-call.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tail-call.yml b/.github/workflows/tail-call.yml index 37df21af02e9..4c2516c517b3 100644 --- a/.github/workflows/tail-call.yml +++ b/.github/workflows/tail-call.yml @@ -5,11 +5,13 @@ on: - 'Python/bytecodes.c' - 'Python/ceval.c' - 'Python/ceval_macros.h' + - 'Python/generated_cases.c.h' push: paths: - 'Python/bytecodes.c' - 'Python/ceval.c' - 'Python/ceval_macros.h' + - 'Python/generated_cases.c.h' workflow_dispatch: permissions: -- 2.47.3