Skip to content

Commit a2562d7

Browse files
Rever: 🩹 [Patch]: Add condition to make nightly run work fine (#37)
1 parent f37b02a commit a2562d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ jobs:
597597

598598
PublishModule:
599599
name: Publish module
600-
if: ${{ needs.TestModuleStatus.result == 'success' && !cancelled() && github.event_name == 'pull_request' && github.event.pull_request.merged == true}}
600+
if: ${{ needs.TestModuleStatus.result == 'success' && !cancelled() && github.event_name == 'pull_request' }}
601601
needs:
602602
- TestModuleStatus
603603
- BuildSite

0 commit comments

Comments
 (0)