Skip to content

Commit

Permalink
update reference daily at 4:05 pm
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Jan 18, 2024
1 parent 00a4db9 commit fb0c4d6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/update-kicad6-library-reference.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Update kicad6-library Reference

on:
schedule:
- cron: '4 15 * * *' # update reference daily at 4:05 pm
workflow_dispatch:

jobs:
call-workflow-passing-data:
uses: rusefi/kicad6-libraries/.github/workflows/custom-board-update-kicad6-library-reference.yaml@master
permissions:
contents: write

0 comments on commit fb0c4d6

Please sign in to comment.