We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bors
outcome
1 parent 83e49b7 commit c115598Copy full SHA for c115598
.github/workflows/ci.yml
@@ -313,6 +313,7 @@ jobs:
313
needs: [ calculate_matrix, job ]
314
# !cancelled() executes the job regardless of whether the previous jobs passed or failed
315
if: ${{ !cancelled() && contains(fromJSON('["auto", "try"]'), needs.calculate_matrix.outputs.run_type) }}
316
+ environment: ${{ ((github.repository == 'rust-lang/rust' && (github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf' || github.ref == 'refs/heads/automation/bors/try' || github.ref == 'refs/heads/auto')) && 'bors') || '' }}
317
steps:
318
- name: checkout the source code
319
uses: actions/checkout@v5
0 commit comments