Skip to content

Commit 18f6d7d

Browse files
committed
chore: add scheduled runs
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent b90234b commit 18f6d7d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update-catalogs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Update Catalogs
22

33
on:
4+
schedule:
5+
# Refresh Catalogs once a week, on Mondays - 1h after postgres-container images
6+
- cron: 0 9 * * 1
47
workflow_dispatch:
58
repository_dispatch:
69
types: [update-catalogs]

0 commit comments

Comments
 (0)