Skip to content

Commit

Permalink
alter crons
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Aug 5, 2024
1 parent 92393da commit fa327da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/el_ssa_ip_addresses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Meltano - Spreadsheets Anywhere IP Addresses

on:
schedule:
- cron: '0 10 * * *'
- cron: '0 8 * * *'

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hub_metrics_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Meltano - Hub Metrics Publish

on:
schedule:
- cron: '0 12 * * *'
- cron: '0 6 * * thu'

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slack_notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Meltano - Slack Publish

on:
schedule:
- cron: '0 12 * * *'
- cron: '0 11 * * *'

workflow_dispatch:

Expand Down

0 comments on commit fa327da

Please sign in to comment.