Skip to content

Commit 9aecf10

Browse files
committed
updated schedule to 7am daily
1 parent 1748e1d commit 9aecf10

21 files changed

+21
-21
lines changed

.github/workflows/alpine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
- master
2323
schedule:
2424
# * is a special character in YAML so you have to quote this string
25-
- cron: '0 10 30 * *'
25+
- cron: '0 7 * * *'
2626

2727
jobs:
2828
build:

.github/workflows/alpine_3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
- master
2323
schedule:
2424
# * is a special character in YAML so you have to quote this string
25-
- cron: '0 10 30 * *'
25+
- cron: '0 7 * * *'
2626

2727
jobs:
2828
build:

.github/workflows/centos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
- master
2323
schedule:
2424
# * is a special character in YAML so you have to quote this string
25-
- cron: '0 10 30 * *'
25+
- cron: '0 7 * * *'
2626

2727
jobs:
2828
build:

.github/workflows/centos6.yaml.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
- master
2525
schedule:
2626
# * is a special character in YAML so you have to quote this string
27-
- cron: '0 10 30 * *'
27+
- cron: '0 7 * * *'
2828

2929
jobs:
3030
build:

.github/workflows/centos7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
- master
2323
schedule:
2424
# * is a special character in YAML so you have to quote this string
25-
- cron: '0 10 30 * *'
25+
- cron: '0 7 * * *'
2626

2727
jobs:
2828
build:

.github/workflows/centos8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
- master
2323
schedule:
2424
# * is a special character in YAML so you have to quote this string
25-
- cron: '0 10 30 * *'
25+
- cron: '0 7 * * *'
2626

2727
jobs:
2828
build:

.github/workflows/debian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on: # [push]
2222
- master
2323
schedule:
2424
# * is a special character in YAML so you have to quote this string
25-
- cron: '0 10 30 * *'
25+
- cron: '0 7 * * *'
2626

2727
jobs:
2828
build:

.github/workflows/debian_10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on: # [push]
2222
- master
2323
schedule:
2424
# * is a special character in YAML so you have to quote this string
25-
- cron: '0 10 30 * *'
25+
- cron: '0 7 * * *'
2626

2727
jobs:
2828
build:

.github/workflows/debian_6.yaml.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on: # [push]
2222
- master
2323
schedule:
2424
# * is a special character in YAML so you have to quote this string
25-
- cron: '0 10 30 * *'
25+
- cron: '0 7 * * *'
2626

2727
jobs:
2828
build:

.github/workflows/debian_7.yaml.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on: # [push]
2222
- master
2323
schedule:
2424
# * is a special character in YAML so you have to quote this string
25-
- cron: '0 10 30 * *'
25+
- cron: '0 7 * * *'
2626

2727
jobs:
2828
build:

0 commit comments

Comments
 (0)