Skip to content

Commit

Permalink
Update license.yml (#5715)
Browse files Browse the repository at this point in the history
Update license workflow to include a schedule as we have it defined in the v2 branch.
  • Loading branch information
sakoush authored Jun 24, 2024
1 parent 8eb787a commit b4dec53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: V2 Generate license

on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b4dec53

Please sign in to comment.