Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeatgu committed Oct 27, 2024
1 parent 3dabee2 commit 6df33bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flat-canary.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flat-canary
on:
schedule:
- cron: '55 22 * * *'
- cron: '55 23 * * *'
workflow_dispatch:
jobs:
scheduled:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flat-tomorrow.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flat-tomorrow
on:
schedule:
- cron: 23 18 * * *
- cron: 23 19 * * *
workflow_dispatch:
jobs:
scheduled:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flat.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flat
on:
schedule:
- cron: '55 21 * * *'
- cron: '55 22 * * *'
workflow_dispatch:
jobs:
scheduled:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/omie.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flat-omie
on:
schedule:
- cron: 15 11 * * *
- cron: 15 12 * * *
workflow_dispatch:
jobs:
scheduled:
Expand Down

0 comments on commit 6df33bd

Please sign in to comment.