Skip to content

Commit

Permalink
It's sufficient to run once an hour instead of every 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmerz committed Aug 12, 2022
1 parent 9aa928a commit f044c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/activity-box.yml
Expand Up @@ -2,7 +2,7 @@ name: Activity Box

on:
schedule:
- cron: '*/30 * * * *'
- cron: '30 * * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit f044c26

Please sign in to comment.