From 01585788d4ddc41287ccc9c2130344d1a760d2b5 Mon Sep 17 00:00:00 2001 From: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Date: Fri, 25 Apr 2025 23:38:25 +0800 Subject: [PATCH] Commit to trigger tail call and JIT CI --- .github/workflows/jit.yml | 1 + .github/workflows/tail-call.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml index e08d3c8bfd61a8..8efa7a1e419a68 100644 --- a/.github/workflows/jit.yml +++ b/.github/workflows/jit.yml @@ -1,4 +1,5 @@ name: JIT + on: pull_request: paths: diff --git a/.github/workflows/tail-call.yml b/.github/workflows/tail-call.yml index 4636372e26c41b..fa30fc8937d621 100644 --- a/.github/workflows/tail-call.yml +++ b/.github/workflows/tail-call.yml @@ -1,4 +1,5 @@ name: Tail calling interpreter + on: pull_request: paths: