Bladeren bron

Update action.yml

supperthomas 3 jaren geleden
bovenliggende
commit
4ed8bfdbbb
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      .github/workflows/action.yml

+ 2 - 2
.github/workflows/action.yml

@@ -3,9 +3,9 @@ name: NIMBLE
 # Controls when the action will run. Triggers the workflow on push or pull request
 # Controls when the action will run. Triggers the workflow on push or pull request
 # events but only for the master branch
 # events but only for the master branch
 on:
 on:
-  # Runs at 16:00 UTC (BeiJing 00:00) on the 1st of every month
+  # Runs at 16:00 UTC (BeiJing 00:00) on the 30st of every month
   schedule:
   schedule:
-    - cron:  '0 9 1 * *'
+    - cron:  '0 9 30 * *'
   push:
   push:
     branches:
     branches:
       - master
       - master