Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 20, 2024
1 parent 6d40f41 commit c22844c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/automation.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

name: AutoMation
on: [workflow_dispatch]
on:
# 🌏 Think about the planet! No need to update stats too frequently
schedule: [{cron: "0 0 */1 * *"}]
# 💡 The following line lets you run workflow manually from the action tab!
workflow_dispatch:
jobs:
metrics:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c22844c

Please sign in to comment.