Skip to content

Commit a8b6ec1

Browse files
committed
Auto merge of rust-lang#2955 - rust-lang:rustup2023-07-03, r=oli-obk
Automatic sync from rustc
2 parents 7d63d70 + 6a21b2d commit a8b6ec1

File tree

1,365 files changed

+28707
-8981
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,365 files changed

+28707
-8981
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defaults:
3131
run:
3232
shell: bash
3333
concurrency:
34-
group: "${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}"
34+
group: "${{ ((github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.sha) || github.ref }}"
3535
cancel-in-progress: true
3636
jobs:
3737
pr:

0 commit comments

Comments
 (0)