From fb0c4d60dd054ee53db004cf061ca9c800ef3ab1 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 18 Jan 2024 09:47:20 -0500 Subject: [PATCH] update reference daily at 4:05 pm --- .../workflows/update-kicad6-library-reference.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/update-kicad6-library-reference.yaml diff --git a/.github/workflows/update-kicad6-library-reference.yaml b/.github/workflows/update-kicad6-library-reference.yaml new file mode 100644 index 0000000..72c8915 --- /dev/null +++ b/.github/workflows/update-kicad6-library-reference.yaml @@ -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