Skip to content

Commit 470d07e

Browse files
committed
Lower automatic build period to save actions usage
1 parent 21fbdd3 commit 470d07e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
workflow_dispatch:
66
schedule:
7-
- cron: "42 3 * * *"
7+
- cron: "42 3 * * 2"
88

99
jobs:
1010
fmt_and_clippy:

.github/workflows/deposit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
workflow_dispatch:
66
schedule:
7-
- cron: "42 3 * * *"
7+
- cron: "42 3 * * 2"
88

99
jobs:
1010
test_deposit:

.github/workflows/deposit2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
workflow_dispatch:
66
schedule:
7-
- cron: "42 3 * * *"
7+
- cron: "42 3 * * 2"
88

99
jobs:
1010
test_deposit:

.github/workflows/distribute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
workflow_dispatch:
66
schedule:
7-
- cron: "42 3 * * *"
7+
- cron: "42 3 * * 2"
88

99
jobs:
1010
test_deposit:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
required: true
1616
default: 'pre-rel-v'
1717
schedule:
18-
- cron: '44 1 * * *'
18+
- cron: '44 1 1 * *'
1919

2020

2121
permissions:

0 commit comments

Comments
 (0)