1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-26 06:50:07 +02:00

try different condition

This commit is contained in:
vanous 2023-08-13 16:25:20 +02:00
parent 790247866a
commit bf37cead42

View File

@ -118,4 +118,4 @@ steps:
when:
event: cron
evaluate:
'CI_PREV_COMMIT_BRANCH' == 'master' and 'CI_PREV_PIPELINE_EVENT' == 'push'
'CI_PREV_COMMIT_BRANCH == "master" and CI_PREV_PIPELINE_EVENT' == "push"'