Skip to content

Commit

Permalink
Take off is-release check
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed May 7, 2024
1 parent 9fce1ab commit 73cd2de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 73cd2de

Please sign in to comment.