Skip to content

Commit

Permalink
Update update-mmdb.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakshuGautam authored Feb 1, 2024
1 parent 35bd5b9 commit b7f9fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-mmdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Download and Commit File

on:
schedule:
- cron: '0 0 * * *' # This will run the action daily at midnight
- cron: '0 12 * * 0' # This will run the action daily at midnight
workflow_dispatch: # This allows manual triggering

jobs:
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Commit and Push
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update db.mmdb
commit_message: Update db.mmdb

0 comments on commit b7f9fe5

Please sign in to comment.