Forráskód Böngészése

fix wrong comment

jean-robin medori 6 hónapja
szülő
commit
5b5e1d6c0b
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      .github/workflows/dependencies-management.yml

+ 2 - 2
.github/workflows/dependencies-management.yml

@@ -1,5 +1,5 @@
 # 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:
 #   - Call a custom script to align dependencies between Taipy packages.
 #   - Call a custom script to update dependencies (Pipfile and requirements.txt).
@@ -12,7 +12,7 @@ name: Dependencies management
 
 on:
   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
 
   workflow_dispatch: