From cc5464163a3c39cb27942f751c9dadd48af23b83 Mon Sep 17 00:00:00 2001 From: Nick Hale <4175918+njhale@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:26:06 -0400 Subject: [PATCH] chore: fix smoke workflow name The current name is "test" which conflicts with the existing "test" workflow and causes the GitHub UI to get confused. Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com> --- .github/workflows/smoke.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke.yaml b/.github/workflows/smoke.yaml index 447bffd1..5f0aee22 100644 --- a/.github/workflows/smoke.yaml +++ b/.github/workflows/smoke.yaml @@ -1,4 +1,4 @@ -name: test +name: smoke on: pull_request_target: