Create run-configlet-sync.yml (#327)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
committed by
GitHub
parent
46029efb69
commit
8ef2cee599
10
.github/workflows/run-configlet-sync.yml
vendored
Normal file
10
.github/workflows/run-configlet-sync.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Run Configlet Sync
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 15 * *'
|
||||
|
||||
jobs:
|
||||
call-gha-workflow:
|
||||
uses: exercism/github-actions/.github/workflows/configlet-sync.yml@main
|
||||
Reference in New Issue
Block a user