Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Nov 30, 2024
1 parent 72a6210 commit 2fa3e9e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen-pinouts.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Board
name: Generate Pinouts

on:
push:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/update-hellen-one-reference.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Update hellen-one Reference

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

jobs:
call-workflow-passing-data:
uses: andreika-git/hellen-one/.github/workflows/custom-board-update-hellen-one-reference.yaml@master
permissions:
contents: write

0 comments on commit 2fa3e9e

Please sign in to comment.