-
Notifications
You must be signed in to change notification settings - Fork 784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - Fix release CI for self-hosted runners #4770
Conversation
This reverts commit 8d22015.
.github/workflows/release.yml
Outdated
@@ -68,14 +70,15 @@ jobs: | |||
- name: Checkout sources | |||
uses: actions/checkout@v3 | |||
- name: Get latest version of stable Rust | |||
if: env.SELF_HOSTED_RUNNERS == false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be
if: env.SELF_HOSTED_RUNNERS == 'false'
or it will never trigger
bors r+ |
## Issue Addressed NA ## Proposed Changes Disables some commands for self-hosted runners to prevent failures. ## Additional Info NA
This PR was included in a batch that was canceled, it will be automatically retried |
## Issue Addressed NA ## Proposed Changes Disables some commands for self-hosted runners to prevent failures. ## Additional Info NA
bors r- |
Canceled. |
bors r+ |
## Issue Addressed NA ## Proposed Changes Disables some commands for self-hosted runners to prevent failures. ## Additional Info NA
Build failed (retrying...): |
## Issue Addressed NA ## Proposed Changes Disables some commands for self-hosted runners to prevent failures. ## Additional Info NA
Pull request successfully merged into unstable. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page.
|
## Issue Addressed NA ## Proposed Changes Disables some commands for self-hosted runners to prevent failures. ## Additional Info NA
## Issue Addressed NA ## Proposed Changes Disables some commands for self-hosted runners to prevent failures. ## Additional Info NA
## Issue Addressed NA ## Proposed Changes Disables some commands for self-hosted runners to prevent failures. ## Additional Info NA
Issue Addressed
NA
Proposed Changes
Disables some commands for self-hosted runners to prevent failures.
Additional Info
NA