mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-27 09:01:38 +01:00
try different condition
This commit is contained in:
parent
bf37cead42
commit
0f03d8621c
@ -19,6 +19,8 @@ steps:
|
|||||||
touch .do_not_build
|
touch .do_not_build
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
evaluate:
|
||||||
|
'CI_PREV_COMMIT_BRANCH == "master" and CI_PREV_PIPELINE_EVENT' == "push"'
|
||||||
|
|
||||||
build-apks:
|
build-apks:
|
||||||
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
|
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
|
||||||
@ -117,5 +119,3 @@ steps:
|
|||||||
secrets: [ commit_token ]
|
secrets: [ commit_token ]
|
||||||
when:
|
when:
|
||||||
event: cron
|
event: cron
|
||||||
evaluate:
|
|
||||||
'CI_PREV_COMMIT_BRANCH == "master" and CI_PREV_PIPELINE_EVENT' == "push"'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user