Skip to content

Commit

Permalink
Decreate cron kickoff schedule now that I've verified it works
Browse files Browse the repository at this point in the history
  • Loading branch information
highb committed Mar 15, 2023
1 parent 7d97e78 commit 4f6f412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/promote-dev-to-messy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: promote-dev-to-messy
on:
schedule:
- cron: '5,15,25,35,45,55 * * * *'
- cron: '15 * * * *'
workflow_dispatch:
inputs:
dry-run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote-messy-to-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: promote-messy-to-prod
on:
schedule:
- cron: '5,15,25,35,45,55 * * * *'
- cron: '35 * * * *'
workflow_dispatch:
inputs:
dry-run:
Expand Down

0 comments on commit 4f6f412

Please sign in to comment.