Skip to content

Commit

Permalink
Revert the change introduced in #2610
Browse files Browse the repository at this point in the history
  • Loading branch information
ysaito1001 committed Apr 20, 2023
1 parent 2b7a19e commit 044b387
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/github-pages.yml
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:
Expand All @@ -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]"
Expand Down

0 comments on commit 044b387

Please sign in to comment.