Skip to content

Commit 37f3f3e

Browse files
committed
Add run-configlet-sync.yml
1 parent fac4620 commit 37f3f3e

File tree

2 files changed

+10
-93
lines changed

2 files changed

+10
-93
lines changed

.github/workflows/configlet-sync.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)