Skip to content

Commit 5a21121

Browse files
committed
ci: run daily at 11:45 UTC
1 parent f76525f commit 5a21121

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/sync-repo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
name: Sync repo to Launchpad
44
on:
5+
workflow_dispatch:
56
workflow_call:
67
secrets:
78
GIT_SSH_PRIVATE_KEY:

.github/workflows/update-readme.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
2-
name: Update Readme
3-
on: workflow_dispatch
2+
name: Update readme and trigger sync
3+
on:
4+
workflow_dispatch:
5+
# Run daily at 11:45 UTC.
6+
schedule:
7+
- cron: '45 11 * * *'
48

59
jobs:
610
update_readme:

0 commit comments

Comments
 (0)