We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6f5a3 commit 8b2d083Copy full SHA for 8b2d083
.github/workflows/workflow.yml
@@ -446,9 +446,6 @@ jobs:
446
# - ✅ Abandoned PR - Publishes cleanup/retraction version
447
# - ✅ Manual run - Publishes when all tests/coverage/build succeed
448
#
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
452
Publish-Module:
453
if: |
454
needs.Get-Settings.result == 'success' && !cancelled() && github.event_name == 'pull_request' && (
0 commit comments