Skip to content

Commit

Permalink
ci: adjust cronjob frequency to reduce the usage of KV (#108)
Browse files Browse the repository at this point in the history
* ci: revert cronjob freq from daily to few days

* ci: disable schedule functional testing
  • Loading branch information
dazedbear authored Feb 19, 2024
1 parent e54475b commit 6bf476f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/failsafe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
pull_request:
branches: [main]
schedule:
# 18:00 GMT+8 every day
- cron: '0 10 * * *'
# 18:00 GMT+8 every Monday
- cron: '0 10 * * 1'

env:
AWS_REGION: ${{ secrets.AWS_REGION }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
branches: [main]
pull_request:
branches: [main]
schedule:
# 18:30 GMT+8 every day
- cron: '30 10 * * *'
# schedule:
# 18:30 GMT+8 every Monday and Thursday
# - cron: '30 10 * * 1,4'

jobs:
wait-for-deployment:
Expand Down

0 comments on commit 6bf476f

Please sign in to comment.