Skip to content

Commit

Permalink
fix invalid conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Sep 30, 2024
1 parent dd8c7d2 commit eb613ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
name: 'Release (precheck)'
needs: build
if: |
{{ github.ref == 'ref/head/main' }} &&
github.ref == 'ref/head/main' &&
"contains(github.event.head_commit.message, 'chore(release)')"
uses: ./.github/workflows/release.yml

0 comments on commit eb613ce

Please sign in to comment.