From 73cd2de922dc6615fd496c88f33bd0a459b975af Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Tue, 7 May 2024 10:54:35 -0600 Subject: [PATCH] Take off is-release check --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8fa96e69b..4f0ce290e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,7 +55,6 @@ jobs: # The commit author should always be 'github-actions' for releases created by the # 'create-release-pr' workflow, so we filter by that as well to prevent accidentally # triggering a release. - if: github.event_name == 'push' && startsWith(github.event.head_commit.author.name, 'github-actions') needs: all-jobs-pass outputs: IS_RELEASE: ${{ steps.is-release.outputs.IS_RELEASE }}