Skip to content

Commit 9a5937c

Browse files
Add scheduled daily CI runs for regression tests at 5AM (#97)
2 parents bee3198 + 47fbefc commit 9a5937c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/integrations.go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10+
schedule:
11+
- cron: '0 5 * * *' # once daily at 5AM
1012
workflow_dispatch:
1113
inputs:
1214
upstream-version:

.github/workflows/integrations.node.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10+
schedule:
11+
- cron: '0 5 * * *' # once daily at 5AM
1012
workflow_dispatch:
1113
inputs:
1214
upstream-version:

.github/workflows/integrations.python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10+
schedule:
11+
- cron: '0 5 * * *' # once daily at 5AM
1012
workflow_dispatch:
1113
inputs:
1214
upstream-version:

0 commit comments

Comments
 (0)