Skip to content

Commit 8f7f6de

Browse files
committed
ci(smoke-tests): run tests on push to release branches (#13629) (addendum)
1 parent 1bcad3f commit 8f7f6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-unified.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
env:
103103
ENABLE_PUBLISH: >-
104104
${{
105-
(github.event_name != 'pull_request'))
105+
(github.event_name != 'pull_request')
106106
&& ( secrets.ACRYL_DOCKER_PASSWORD != '' )
107107
}}
108108
run: |

0 commit comments

Comments
 (0)