We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d8984 commit bdac287Copy full SHA for bdac287
.github/workflows/test-preview.yml
@@ -15,8 +15,7 @@ jobs:
15
if: |
16
(
17
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')
+ github.event.deployment_status.state == 'success'
20
) || (
21
github.event_name == 'pull_request' &&
22
github.event.action == 'labeled' &&
0 commit comments