Skip to content

Commit

Permalink
(debug) schedule workflows more often for test purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Jan 6, 2024
1 parent 1dfdf05 commit 1987226
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
name: "Flink CI (default)"

on:
schedule:
- cron: '0 0,10,20 * * *'
push:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: "Nightly (current release)"

on:
schedule:
- cron: '0 22 * * *'
- cron: '0 6,16 * * *'
workflow_dispatch:

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: "Nightly (master)"

on:
schedule:
- cron: '0 2 * * *'
- cron: '0 2,12 * * *'
workflow_dispatch:
inputs:
branch:
Expand Down

0 comments on commit 1987226

Please sign in to comment.