Skip to content

Commit

Permalink
feat(automation): workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
githubotoro committed Dec 6, 2024
1 parent 0236c50 commit fbda5fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ permissions:

on:
schedule:
- cron: "0 * * * *" # Runs every hour
# Runs every 15 minutes
- cron: "*/15 * * * *"
workflow_dispatch: # Allows manual triggering

jobs:
Expand Down

0 comments on commit fbda5fb

Please sign in to comment.