Disable cronjobs as we are moving to armbian-next (#4832)

This commit is contained in:
Igor Pečovnik 2023-02-13 21:25:43 +01:00 committed by GitHub
parent 6922edc4c8
commit 39ef59c3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 10 deletions

View File

@ -4,8 +4,8 @@ name: Build All Desktops
#
on:
schedule:
- cron: "30 22 * * *"
# schedule:
# - cron: "30 22 * * *"
workflow_dispatch:
pull_request:

View File

@ -11,8 +11,8 @@ on:
# types:
# - completed
schedule:
- cron: "30 0 * * *"
# schedule:
# - cron: "30 0 * * *"
workflow_dispatch:

View File

@ -6,8 +6,8 @@ name: Build train
on:
schedule:
- cron: "30 2 * * *"
# schedule:
# - cron: "30 2 * * *"
workflow_dispatch:
inputs:

View File

@ -6,7 +6,7 @@ on:
# Weekly on Saturdays.
- cron: '30 1 * * 6'
push:
branches: [ master ]
branches: [ main ]
# Declare default permissions as read only.
permissions: read-all

View File

@ -5,9 +5,9 @@ name: Update Docker
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
# schedule:
# - cron: '0 0 * * 0'
# automatically rebuild docker images when VERSION is changed on master branch
push:
branches: