ci(smoke-tests): run tests on push to release branches (#13629) (addendum) (#13635)

This commit is contained in:
Esteban Gutierrez 2025-05-27 10:04:25 -05:00 committed by GitHub
parent d8d1de431f
commit ec9719c801
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,7 @@ jobs:
env: env:
ENABLE_PUBLISH: >- ENABLE_PUBLISH: >-
${{ ${{
(github.event_name != 'pull_request')) (github.event_name != 'pull_request')
&& ( secrets.ACRYL_DOCKER_PASSWORD != '' ) && ( secrets.ACRYL_DOCKER_PASSWORD != '' )
}} }}
run: | run: |