Skip to content

Commit

Permalink
Update workflow times
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Aug 17, 2024
1 parent c0c6c7e commit 501993e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-exchange-rate-dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Fetch Exchange Rate Dev
on:
schedule:
- cron: "20 0 * * *"
- cron: "30 0 * * *"
workflow_dispatch:
branches:
- dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fetch-exchange-rate-main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Fetch Exchange Rate Main
on:
schedule:
- cron: "20 0 * * *"
- cron: "15 0 * * *"
workflow_dispatch:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-check-dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: RPC Health Check Dev
on:
schedule:
- cron: "*/15 * * * *"
- cron: "0 3 * * *"
workflow_dispatch:
branches:
- dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-check-main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: RPC Health Check Main
on:
schedule:
- cron: "*/15 * * * *"
- cron: "0 6 * * *"
workflow_dispatch:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduler-dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Scheduler Dev
on:
schedule:
- cron: '0 * * * *'
- cron: '5 * * * *'
push:
branches:
- dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Scheduler
on:
schedule:
- cron: '*/10 * * * *'
- cron: '*/12 * * * *'
push:
branches:
- main
Expand Down

0 comments on commit 501993e

Please sign in to comment.