Fix collab deploy (#13076)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-06-14 16:15:13 -06:00 committed by GitHub
parent 78fd378702
commit 831f7dbbc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 18 deletions

View file

@ -38,9 +38,6 @@ jobs:
- name: Remove untracked files
run: git clean -df
- name: Set up default .cargo/config.toml
run: cp ./.cargo/ci-config.toml ~/.cargo/config.toml
- name: Check spelling
run: |
if ! which typos > /dev/null; then