Skip to content

Commit 30aef5d

Browse files
author
Sreeparna Deb
committed
chore(ci): test cron at 12:50 CET for auto-update available pllugins
1 parent b8f768a commit 30aef5d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/update-available-plugins.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Update Available-Plugins Table
22

33
on:
4-
workflow_dispatch: # manual trigger
5-
push:
6-
branches:
7-
- test-auto-update-available-plugins
4+
schedule:
5+
- cron: '50 12 * * *' # at minute 50 of hour 12 UTC, every day (the first run will be today at 12:50)
6+
workflow_dispatch:
87

98
jobs:
109
regen-table:

0 commit comments

Comments
 (0)