From 5a80b5e2329e26b4fc1d3e75f5834a518b08d5ba Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Mon, 11 Dec 2023 20:03:02 +0900 Subject: [PATCH] ci: fix --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 449277313..fa521252d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -21,7 +21,7 @@ env: jobs: build: - if: ${{ !( github.workflow != 'build' && startsWith(github.event.head_commit.message, 'release:') && github.event.head_commit.author.name == 'github-actions[bot]' ) }} + if: ${{ !( github.workflow == 'build' && startsWith(github.event.head_commit.message, 'release:') && github.event.head_commit.author.name == 'github-actions[bot]' ) }} permissions: contents: write strategy: