From 2ef9f143a34eda409f66a8365bb4461e9583a349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lloren=C3=A7=20Muntaner?= Date: Wed, 30 Oct 2024 16:56:57 +0100 Subject: [PATCH] Disable publish-crate workflow (#74) # 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 --- .github/workflows/publish-crate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-crate.yml b/.github/workflows/publish-crate.yml index f626d68..5f037c5 100644 --- a/.github/workflows/publish-crate.yml +++ b/.github/workflows/publish-crate.yml @@ -9,6 +9,8 @@ on: jobs: publish: + # Disable until CARGO_REGISTRY_TOKEN secret is available. + if: false runs-on: ubuntu-latest steps: