Skip to content

Commit c93e6bd

Browse files
authored
Create run-configlet-sync.yml (#540)
* Create run-configlet-sync.yml * Disable `sync_tests`
1 parent 6dd0e3b commit c93e6bd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Run Configlet Sync
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 15 * *'
7+
8+
jobs:
9+
call-gha-workflow:
10+
uses: exercism/github-actions/.github/workflows/configlet-sync.yml@main
11+
with:
12+
sync_docs: true
13+
sync_tests: false

0 commit comments

Comments
 (0)