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.
1 parent 28174fc commit 05766f2Copy full SHA for 05766f2
.github/workflows/ci.yml
@@ -73,6 +73,7 @@ jobs:
73
needs: [ calculate_matrix ]
74
runs-on: "${{ matrix.os }}"
75
timeout-minutes: 360
76
+ environment: ${{ ((github.repository == 'rust-lang/rust' && (github.ref == 'refs/heads/try' || github.ref == 'refs/heads/auto')) && 'bors') || '' }}
77
env:
78
CI_JOB_NAME: ${{ matrix.name }}
79
CI_JOB_DOC_URL: ${{ matrix.doc_url }}
0 commit comments