Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Jan 18, 2024
1 parent ced9422 commit 4d82754
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:15 pm
workflow_dispatch:

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

0 comments on commit 4d82754

Please sign in to comment.