From 7d33768fbfba280b8b949b29fd8af0cebf80bbfd Mon Sep 17 00:00:00 2001 From: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:43:16 +0800 Subject: [PATCH] Update tail-call.yml --- .github/workflows/tail-call.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tail-call.yml b/.github/workflows/tail-call.yml index a6afba39da0d5e..5310e49af7f3cf 100644 --- a/.github/workflows/tail-call.yml +++ b/.github/workflows/tail-call.yml @@ -22,8 +22,8 @@ concurrency: cancel-in-progress: true jobs: - jit: - name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }}) + tail-call: + name: ${{ matrix.target }} runs-on: ${{ matrix.runner }} timeout-minutes: 90 strategy: