Skip to content

Commit 8b2d083

Browse files
fix(workflow): remove conditional logic comments from Publish-Module job
1 parent 6d6f5a3 commit 8b2d083

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,9 +446,6 @@ jobs:
446446
# - ✅ Abandoned PR - Publishes cleanup/retraction version
447447
# - ✅ Manual run - Publishes when all tests/coverage/build succeed
448448
#
449-
# Conditional Logic:
450-
# - Abandoned PR check: (github.event.action == 'closed' && github.event.pull_request.merged != true)
451-
# - Success check: All tests/coverage/build must succeed
452449
Publish-Module:
453450
if: |
454451
needs.Get-Settings.result == 'success' && !cancelled() && github.event_name == 'pull_request' && (

0 commit comments

Comments
 (0)