Skip to content

Commit

Permalink
Add cron to workflow of tlparser
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarnathCJD committed Mar 13, 2024
1 parent 48824ef commit b5fb69a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tlparser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
branches: [ "master" ]
workflow_dispatch:
schedule:
- cron: '0 12 * * *'

jobs:

Expand Down

0 comments on commit b5fb69a

Please sign in to comment.