Browse Source

turn off scheduler for Deploy Docs workflow

Dan Allen 2 năm trước cách đây
mục cha
commit
786db6dd5c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/deploy-docs.yml

+ 2 - 2
.github/workflows/deploy-docs.yml

@@ -5,8 +5,8 @@ on:
     tags: '**'
   repository_dispatch:
     types: request-build-reference # legacy
-  schedule:
-  - cron: '0 10 * * *' # Once per day at 10am UTC
+  #schedule:
+  #- cron: '0 10 * * *' # Once per day at 10am UTC
   workflow_dispatch:
 permissions: read-all
 jobs: