Skip to content

Commit 47485ba

Browse files
committed
Add schedule GitHub workflow actions
1 parent 9fcd5e8 commit 47485ba

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
- '.env.example'
1818
- '.gitattributes'
1919

20+
schedule:
21+
- cron: '0 0 * * *'
22+
2023
name: build
2124

2225
jobs:

.github/workflows/static.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
- '.env.example'
1818
- '.gitattributes'
1919

20+
schedule:
21+
- cron: '0 0 * * *'
22+
2023
name: static analysis
2124

2225
jobs:

0 commit comments

Comments
 (0)