Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ jobs:
release:
name: github release
needs: build
# Publish the release as long as the run wasn't cancelled, even if one
# build target failed — a release with the binaries that did build beats
# no release at all. Missing assets are visible in the Actions run.
if: ${{ !cancelled() }}
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down
46 changes: 0 additions & 46 deletions CLAUDE.md

This file was deleted.

Loading
Loading