|
@@ -1,5 +1,5 @@
|
|
# This workflow is used to manage the dependencies of the Taipy packages.
|
|
# This workflow is used to manage the dependencies of the Taipy packages.
|
|
-# - Runs each Sunday.
|
|
|
|
|
|
+# - Runs every 2 weeks on Sundays.
|
|
# - For each Python version supported:
|
|
# - For each Python version supported:
|
|
# - Call a custom script to align dependencies between Taipy packages.
|
|
# - Call a custom script to align dependencies between Taipy packages.
|
|
# - Call a custom script to update dependencies (Pipfile and requirements.txt).
|
|
# - Call a custom script to update dependencies (Pipfile and requirements.txt).
|
|
@@ -12,7 +12,7 @@ name: Dependencies management
|
|
|
|
|
|
on:
|
|
on:
|
|
schedule:
|
|
schedule:
|
|
- # Run every 2 weeks on Sunday at mid day UTC
|
|
|
|
|
|
+ # Run every 2 weeks on Sunday at midday UTC
|
|
- cron: 00 12 */14 * 0
|
|
- cron: 00 12 */14 * 0
|
|
|
|
|
|
workflow_dispatch:
|
|
workflow_dispatch:
|