Skip to content

Commit

Permalink
fix(ci): remove merged condition
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Jan 16, 2025
1 parent 7335cbe commit b2ea130
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
type=sha
type=edge
type=semver,pattern={{version}}
type=raw,value=latest,enable=${{ github.event.pull_request.merged }}
type=raw,value=canary,enable=${{ contains(github.event.head_commit.message, 'build_image') }}
# - name: get-npm-version
Expand Down

0 comments on commit b2ea130

Please sign in to comment.