We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183379c commit 43f592fCopy full SHA for 43f592f
.github/workflows/ci.yml
@@ -530,7 +530,6 @@ jobs:
530
try:
531
name: "try - ${{ matrix.name }}"
532
env:
533
- DIST_TRY_BUILD: 1
534
CI_JOB_NAME: "${{ matrix.name }}"
535
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
536
HEAD_SHA: "${{ github.event.pull_request.head.sha || github.sha }}"
src/ci/github-actions/ci.yml
@@ -700,7 +700,6 @@ jobs:
700
<<: *base-ci-job
701
name: try - ${{ matrix.name }}
702
703
704
<<: [*shared-ci-variables, *prod-variables]
705
if: github.event_name == 'push' && (github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.repository == 'rust-lang-ci/rust'
706
strategy:
0 commit comments