Skip to content

Commit 813af0f

Browse files
committed
Now test scheduled
Now test scheduled
1 parent 6e527e3 commit 813af0f

8 files changed

+16
-0
lines changed

.github/workflows/dev_python3_10.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "dev" ]
66
pull_request:
77
branches: [ "dev" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/dev_python3_11.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "dev" ]
66
pull_request:
77
branches: [ "dev" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/dev_python3_8.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "dev" ]
66
pull_request:
77
branches: [ "dev" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/dev_python3_9.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "dev" ]
66
pull_request:
77
branches: [ "dev" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/stable_python3_10.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/stable_python3_11.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/stable_python3_8.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/stable_python3_9.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read

0 commit comments

Comments
 (0)