Skip to content

Commit bdac287

Browse files
committed
tweak triggers
1 parent a3d8984 commit bdac287

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-preview.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
if: |
1616
(
1717
github.event_name == 'deployment_status' &&
18-
github.event.deployment_status.state == 'success' &&
19-
contains(github.event.deployment_status.deployment.payload.pull_request.labels.*.name, 'visual-test')
18+
github.event.deployment_status.state == 'success'
2019
) || (
2120
github.event_name == 'pull_request' &&
2221
github.event.action == 'labeled' &&

0 commit comments

Comments
 (0)