Skip to content

Commit

Permalink
Add scheduled daily CI runs for regression tests at 5AM (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschubert authored Nov 20, 2024
2 parents bee3198 + 47fbefc commit 9a5937c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integrations.go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: '0 5 * * *' # once daily at 5AM
workflow_dispatch:
inputs:
upstream-version:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integrations.node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: '0 5 * * *' # once daily at 5AM
workflow_dispatch:
inputs:
upstream-version:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integrations.python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: '0 5 * * *' # once daily at 5AM
workflow_dispatch:
inputs:
upstream-version:
Expand Down

0 comments on commit 9a5937c

Please sign in to comment.