From 0edd998f29ebf274a7a8d8e1d8a36df4715eb951 Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Sat, 4 Jan 2025 11:51:57 +0100 Subject: [PATCH] style(ci): change job name [skip changelog] --- .github/workflows/smoke-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-testing.yml b/.github/workflows/smoke-testing.yml index f6afd83670..8196ecfa3b 100644 --- a/.github/workflows/smoke-testing.yml +++ b/.github/workflows/smoke-testing.yml @@ -28,7 +28,7 @@ concurrency: cancel-in-progress: true jobs: - build: + smoke-testing: # Prevent duplicate runs on organization branches with PRs if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name !=