Skip to content
Merged
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
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ permissions:
env:
CODECOV_MINIMUM: 90

concurrency:
# Serialize releases so a duplicate / re-published Release event can't run two
# publish pipelines against NuGet and gh-pages at once. Never cancel an
# in-flight release — a half-published package family is worse than a queued one.
group: release-${{ github.event.release.tag_name || github.ref }}
cancel-in-progress: false

jobs:
# Streamlined validation: All frameworks, Windows only
validate-release:
Expand Down
Loading