Disable cronjobs as we are moving to armbian-next (#4832)
This commit is contained in:
parent
6922edc4c8
commit
39ef59c3cf
4
.github/workflows/build-all-desktops.yml
vendored
4
.github/workflows/build-all-desktops.yml
vendored
@ -4,8 +4,8 @@ name: Build All Desktops
|
||||
#
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 22 * * *"
|
||||
# schedule:
|
||||
# - cron: "30 22 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
pull_request:
|
||||
|
||||
4
.github/workflows/build-images.yml
vendored
4
.github/workflows/build-images.yml
vendored
@ -11,8 +11,8 @@ on:
|
||||
# types:
|
||||
# - completed
|
||||
|
||||
schedule:
|
||||
- cron: "30 0 * * *"
|
||||
# schedule:
|
||||
# - cron: "30 0 * * *"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
4
.github/workflows/build-train.yml
vendored
4
.github/workflows/build-train.yml
vendored
@ -6,8 +6,8 @@ name: Build train
|
||||
|
||||
on:
|
||||
|
||||
schedule:
|
||||
- cron: "30 2 * * *"
|
||||
# schedule:
|
||||
# - cron: "30 2 * * *"
|
||||
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
||||
2
.github/workflows/scorecard.yml
vendored
2
.github/workflows/scorecard.yml
vendored
@ -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
|
||||
|
||||
6
.github/workflows/update-docker.yml
vendored
6
.github/workflows/update-docker.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user