We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5188964 commit a348b00Copy full SHA for a348b00
.github/workflows/ci.yml
@@ -543,7 +543,6 @@ jobs:
543
try:
544
name: "try - ${{ matrix.name }}"
545
env:
546
- DIST_TRY_BUILD: 1
547
CI_JOB_NAME: "${{ matrix.name }}"
548
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
549
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') || ((github.ref == 'refs/heads/automation/bors/try') && github.repository == 'rust-lang/rust'))
706
strategy:
0 commit comments