Skip to content

Commit

Permalink
Revert "fix: re-enable cargo publication test"
Browse files Browse the repository at this point in the history
This reverts commit 207d35f.
  • Loading branch information
diogomatsubara committed Jun 21, 2024
1 parent 33a3dbf commit 68025e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-crates-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
publication-test:
type: boolean
required: false
default: true
default: false
workflow_dispatch:
inputs:
repo:
Expand All @@ -42,7 +42,7 @@ on:
publication-test:
type: boolean
required: false
default: true
default: false

jobs:
publish:
Expand Down

0 comments on commit 68025e4

Please sign in to comment.