Create run-configlet-sync.yml (#327)

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Jagdish Prajapati
2025-07-01 11:16:51 +05:30
committed by GitHub
parent 46029efb69
commit 8ef2cee599

View 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