Skip to content

Commit 22739cc

Browse files
committed
TEMP-DEBUG: label the push-validation run as dry run (revert before merge)
1 parent 00805af commit 22739cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Publish crates to crates.io
2-
run-name: Publish crates to crates.io${{ (github.event_name == 'workflow_dispatch' && inputs.dry_run) && ' (dry run)' || '' }}
2+
run-name: Publish crates to crates.io${{ github.event_name != 'release' && ' (dry run)' || '' }}
33

44
# `released` fires only when a release is promoted to a full (non-pre-release)
55
# release — i.e. step 4 of the release process, after the RC has been tested.

0 commit comments

Comments
 (0)