From 06eaee858043b2f63a0d2c2edddb1bc2a1657483 Mon Sep 17 00:00:00 2001 From: prisis Date: Mon, 23 Sep 2024 19:33:49 +0200 Subject: [PATCH] ci: added neutral --- .github/workflows/semantic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index b4193d40d..c74017e99 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -41,7 +41,7 @@ jobs: repo-token: "${{ secrets.GITHUB_TOKEN }}" wait-interval: 60 # seconds running-workflow-name: "Semantic Release" # wait for all other checks to complete - allowed-conclusions: "success,skipped" # all other checks must pass, being skipped or cancelled is not sufficient + allowed-conclusions: "success,skipped,neutral" # all other checks must pass, being skipped or cancelled is not sufficient - name: "Git checkout" uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1