restore build and release

This commit is contained in:
alemuntoni 2020-08-10 10:45:19 +02:00
parent 663645a61a
commit b11c179b2b

View File

@ -1,9 +1,9 @@
name: BuildAndRelease
on:
[push, pull_request] #just for test release scripts
#schedule:
# - cron: '0 10 1 * *' #every first day of the month at 1am
#[push, pull_request] #just for test release scripts
schedule:
- cron: '0 1 1 * *' #every first day of the month at 1am
jobs:
update_ml_version:
@ -32,9 +32,6 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4.1.1
with:
commit_message: Apply automatic ML_VERSION, snapcraft.yaml and Info.plist change
- name: Sleep for 2 minutes
run: |
sleep 120
ubuntu_build_appimage:
needs: [update_ml_version]