-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert the change introduced in #2610
- Loading branch information
1 parent
2b7a19e
commit 044b387
Showing
1 changed file
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
opt-in-to-sparse-registry: | ||
description: Enable/disable CARGO_UNSTABLE_SPARSE_REGISTRY (https://blog.rust-lang.org/2022/06/22/sparse-registry-testing.html) | ||
required: true | ||
type: boolean | ||
default: false | ||
push: | ||
branches: [main] | ||
paths: | ||
|
@@ -30,7 +24,6 @@ jobs: | |
- name: Generate docs | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
CARGO_UNSTABLE_SPARSE_REGISTRY: ${{ inputs.opt-in-to-sparse-registry }} | ||
run: | | ||
git config --local user.name "AWS SDK Rust Bot" | ||
git config --local user.email "[email protected]" | ||
|