We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f37264 commit 5cc95ddCopy full SHA for 5cc95dd
1 file changed
.github/workflows/pr.yml
@@ -7,10 +7,6 @@ on:
7
- trunk
8
workflow_dispatch:
9
10
-concurrency:
11
- group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name == 'trunk' && github.sha || 'any-sha' }}
12
- cancel-in-progress: true
13
-
14
env:
15
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
16
CARGO_NET_RETRY: 10
0 commit comments