0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-05-08 10:13:32 +02:00

Add cron schedule to Custom Wizard workflow

Dieser Commit ist enthalten in:
Angus McLeod 2023-04-28 16:15:48 +02:00
Ursprung 2f6492c2ed
Commit 32a8dcf19f

Datei anzeigen

@ -5,6 +5,8 @@ on:
branches:
- main
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
ci: