Skip to content

Commit

Permalink
It's sufficient to run every 30 minutes instead of every 10
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmerz committed Feb 4, 2022
1 parent 57c72d5 commit 9aa928a
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: '*/10 * * * *'
- cron: '*/30 * * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit 9aa928a

Please sign in to comment.