Skip to content

Commit

Permalink
Update action schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonmeister committed Jul 11, 2024
1 parent 7be269d commit d553ee1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcp-docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- gcp/**
schedule:
- cron: '0 4 * * *'
- cron: '0 6 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcp-ghcr-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
paths:
- gcp/**
schedule:
- cron: '0 4 * * *'
- cron: '0 6 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k8s-docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- k8s/**
schedule:
- cron: '0 3 * * *'
- cron: '0 7 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k8s-ghcr-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
paths:
- k8s/**
schedule:
- cron: '0 3 * * *'
- cron: '0 7 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/liquibase-docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- liquibase/**
schedule:
- cron: '0 5 * * *'
- cron: '0 7 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/liquibase-ghcr-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
paths:
- liquibase/**
schedule:
- cron: '0 5 * * *'
- cron: '0 7 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-ghcr-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
paths:
- terraform/**
schedule:
- cron: '0 6 * * *'
- cron: '0 8 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vault-docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- vault/**
schedule:
- cron: '0 6 * * *'
- cron: '0 9 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vault-ghcr-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
paths:
- vault/**
schedule:
- cron: '0 6 * * *'
- cron: '0 9 * * *'
workflow_dispatch:

env:
Expand Down

0 comments on commit d553ee1

Please sign in to comment.