diff --git a/.github/workflows/BuildAndRelease.yml b/.github/workflows/BuildAndRelease.yml index 431e42acd..5e6f4faee 100644 --- a/.github/workflows/BuildAndRelease.yml +++ b/.github/workflows/BuildAndRelease.yml @@ -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]