From 3ebc6efacd8d496e80fc54424e5f6f56b2e27edd Mon Sep 17 00:00:00 2001 From: JeffreyChen Date: Thu, 3 Aug 2023 17:42:11 +0800 Subject: [PATCH] Now test scheduled Now test scheduled --- .github/workflows/file_automation_dev_python3_10.yml | 2 ++ .github/workflows/file_automation_dev_python3_11.yml | 2 ++ .github/workflows/file_automation_dev_python3_8.yml | 2 ++ .github/workflows/file_automation_dev_python3_9.yml | 2 ++ .github/workflows/file_automation_stable_python3_10.yml | 2 ++ .github/workflows/file_automation_stable_python3_11.yml | 2 ++ .github/workflows/file_automation_stable_python3_8.yml | 2 ++ .github/workflows/file_automation_stable_python3_9.yml | 2 ++ 8 files changed, 16 insertions(+) diff --git a/.github/workflows/file_automation_dev_python3_10.yml b/.github/workflows/file_automation_dev_python3_10.yml index a283098..17b56a1 100644 --- a/.github/workflows/file_automation_dev_python3_10.yml +++ b/.github/workflows/file_automation_dev_python3_10.yml @@ -5,6 +5,8 @@ on: branches: [ "dev" ] pull_request: branches: [ "dev" ] + schedule: + - cron: "0 3 * * *" permissions: contents: read diff --git a/.github/workflows/file_automation_dev_python3_11.yml b/.github/workflows/file_automation_dev_python3_11.yml index 8bbfdef..574c706 100644 --- a/.github/workflows/file_automation_dev_python3_11.yml +++ b/.github/workflows/file_automation_dev_python3_11.yml @@ -5,6 +5,8 @@ on: branches: [ "dev" ] pull_request: branches: [ "dev" ] + schedule: + - cron: "0 3 * * *" permissions: contents: read diff --git a/.github/workflows/file_automation_dev_python3_8.yml b/.github/workflows/file_automation_dev_python3_8.yml index 890ff5f..7f5c91a 100644 --- a/.github/workflows/file_automation_dev_python3_8.yml +++ b/.github/workflows/file_automation_dev_python3_8.yml @@ -5,6 +5,8 @@ on: branches: [ "dev" ] pull_request: branches: [ "dev" ] + schedule: + - cron: "0 3 * * *" permissions: contents: read diff --git a/.github/workflows/file_automation_dev_python3_9.yml b/.github/workflows/file_automation_dev_python3_9.yml index 5cde786..7049c2b 100644 --- a/.github/workflows/file_automation_dev_python3_9.yml +++ b/.github/workflows/file_automation_dev_python3_9.yml @@ -5,6 +5,8 @@ on: branches: [ "dev" ] pull_request: branches: [ "dev" ] + schedule: + - cron: "0 3 * * *" permissions: contents: read diff --git a/.github/workflows/file_automation_stable_python3_10.yml b/.github/workflows/file_automation_stable_python3_10.yml index e7fae3a..b619a7c 100644 --- a/.github/workflows/file_automation_stable_python3_10.yml +++ b/.github/workflows/file_automation_stable_python3_10.yml @@ -5,6 +5,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + schedule: + - cron: "0 3 * * *" permissions: contents: read diff --git a/.github/workflows/file_automation_stable_python3_11.yml b/.github/workflows/file_automation_stable_python3_11.yml index 2104171..fa2a532 100644 --- a/.github/workflows/file_automation_stable_python3_11.yml +++ b/.github/workflows/file_automation_stable_python3_11.yml @@ -5,6 +5,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + schedule: + - cron: "0 3 * * *" permissions: contents: read diff --git a/.github/workflows/file_automation_stable_python3_8.yml b/.github/workflows/file_automation_stable_python3_8.yml index ac4fd06..4d927a5 100644 --- a/.github/workflows/file_automation_stable_python3_8.yml +++ b/.github/workflows/file_automation_stable_python3_8.yml @@ -5,6 +5,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + schedule: + - cron: "0 3 * * *" permissions: contents: read diff --git a/.github/workflows/file_automation_stable_python3_9.yml b/.github/workflows/file_automation_stable_python3_9.yml index f6135f7..e816f5e 100644 --- a/.github/workflows/file_automation_stable_python3_9.yml +++ b/.github/workflows/file_automation_stable_python3_9.yml @@ -5,6 +5,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + schedule: + - cron: "0 3 * * *" permissions: contents: read