Skip to content

Commit

Permalink
Disable publish-crate workflow (#74)
Browse files Browse the repository at this point in the history
# Motivation

Crates must be published from a personal account instead of with a CI
(for now).

# Changes

* Disable the `publish-crate` workflow.

# Tests

Not tested because there is nothing to run.

# Todos

- [ ] Add entry to changelog (if necessary). NOT NECESSARY
  • Loading branch information
lmuntaner authored Oct 30, 2024
1 parent a5fb28d commit 2ef9f14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:

jobs:
publish:
# Disable until CARGO_REGISTRY_TOKEN secret is available.
if: false
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 2ef9f14

Please sign in to comment.