mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-14 08:34:37 +00:00
restore build and release
This commit is contained in:
parent
663645a61a
commit
b11c179b2b
9
.github/workflows/BuildAndRelease.yml
vendored
9
.github/workflows/BuildAndRelease.yml
vendored
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user