From 86f8ea57105b67a8753815eed12f10a563d21f39 Mon Sep 17 00:00:00 2001 From: Youngbin Han Date: Thu, 25 Jul 2024 00:51:46 +0900 Subject: [PATCH] Rename circleci job --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f3c6a9..acc4f5b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,7 +42,7 @@ jobs: # Orchestrate jobs using workflows # See: https://circleci.com/docs/workflows/ & https://circleci.com/docs/configuration-reference/#workflows workflows: - say-hello-workflow: # This is the name of the workflow, feel free to change it to better match your workflow. + build-snap-workflow: # This is the name of the workflow, feel free to change it to better match your workflow. # Inside the workflow, you define the jobs you want to run. jobs: - build-amd64-snap