Skip to content

Commit 68f261b

Browse files
committed
Merge branch 'feature/github-actions' into develop
2 parents 5f05549 + 8dddc5a commit 68f261b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name: C++ CMake Test
33

44
on:
5-
# at 08:00 on day-of-month 1
5+
# every day-of-month 1st at 00:00 UTC
66
schedule:
77
# prettier-ignore
8-
- cron: '0 8 1 * *'
8+
- cron: '0 0 1 * *'
99
workflow_dispatch:
1010

1111
env:

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name: Go Test
33

44
on:
5-
# at 08:00 on day-of-month 1
5+
# every day-of-month 1st at 00:00 UTC
66
schedule:
77
# prettier-ignore
8-
- cron: '0 8 1 * *'
8+
- cron: '0 0 1 * *'
99
workflow_dispatch:
1010

1111
jobs:

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name: Java Gradle Test
33

44
on:
5-
# at 08:00 on day-of-month 1
5+
# every day-of-month 1st at 00:00 UTC
66
schedule:
77
# prettier-ignore
8-
- cron: '0 8 1 * *'
8+
- cron: '0 0 1 * *'
99
workflow_dispatch:
1010

1111
jobs:

.github/workflows/link-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Markdown Link Check
22

33
on:
4-
# every monday at 08:00
4+
# every sunday at 23:00 UTC
55
schedule:
66
# prettier-ignore
7-
- cron: '0 8 * * 1'
7+
- cron: '0 23 * * 0'
88
workflow_call:
99
workflow_dispatch:
1010

.github/workflows/poetry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name: Python Poetry Test
33

44
on:
5-
# at 08:00 on day-of-month 1
5+
# every day-of-month 1st at 00:00 UTC
66
schedule:
77
# prettier-ignore
8-
- cron: '0 8 1 * *'
8+
- cron: '0 0 1 * *'
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)