Be able to trigger manually this workflow.

This commit is contained in:
Benoit Marty 2023-08-23 09:20:04 +02:00
parent a5d231c259
commit 81f7517560

View file

@ -1,5 +1,6 @@
name: Sync Data From External Sources
on:
workflow_dispatch:
schedule:
# At 00:00 on every Monday UTC
- cron: '0 0 * * 1'