From 89ad871ddcd6781d9e2c701789ebd43efe3b471b Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Tue, 5 Apr 2022 22:07:30 +0900 Subject: [PATCH] Update cooker.yml --- .github/workflows/cooker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index d9e529f7..e1d35780 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -16,7 +16,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" - build: + build_cooker_snap: # The type of runner that the job will run on runs-on: ubuntu-latest