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
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,14 @@ on:

# Cancel any superseded in-flight run for the same ref (e.g. a force-push or a
# rapid second push to a PR branch) instead of letting both run to completion.
#
# The group includes the event, so a release-qualification `workflow_dispatch`
# run is not cancelled by an ordinary push to the same ref. The release gate
# requires the latest exact-SHA dispatched run to conclude `success`, and this
# matrix takes about 50 minutes while merges to `main` land every 30, so a
# shared group made qualifying `main` a race the release could not win.
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
group: ci-${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true

# GitHub Actions are pinned to full commit SHAs (not mutable tags) as a
Expand Down
2 changes: 1 addition & 1 deletion public-artifacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
{
"path": ".github/workflows/ci.yml",
"sha256": "f48bbee282d3ef293c81af185e2827fcf440ff4719dfc9f91a17d344c49c3108"
"sha256": "46976c2a8daa9a936a4db9f64b72719f4618ac3e29ae02d3cc8035dd61c4b356"
},
{
"path": ".github/workflows/citrix-workspace-standin.yml",
Expand Down