Skip to content

Commit 5d72677

Browse files
committed
Adjust condition
1 parent 05c3a7c commit 5d72677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
env.MATCH == 'true'
158158
&& (
159159
needs.check.outputs.any_modified == 'true'
160-
|| contains(fromJSON('["push", "merge_group", "workflow_dispatch"]'), github.event_name)
160+
|| contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name)
161161
)
162162
uses: actions/checkout@v4
163163
with:

0 commit comments

Comments
 (0)