Skip to content

Commit 733fc57

Browse files
committed
Now test scheduled
Now test scheduled
1 parent 612c7d3 commit 733fc57

File tree

9 files changed

+17
-1
lines changed

9 files changed

+17
-1
lines changed

.github/workflows/dev_python3_10.yml

Lines changed: 2 additions & 0 deletions
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 5 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/dev_python3_11.yml

Lines changed: 2 additions & 0 deletions
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 5 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/dev_python3_8.yml

Lines changed: 2 additions & 0 deletions
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 5 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/dev_python3_9.yml

Lines changed: 2 additions & 0 deletions
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 5 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/stable_python3_10.yml

Lines changed: 2 additions & 0 deletions
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 5 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/stable_python3_11.yml

Lines changed: 2 additions & 0 deletions
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 5 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/stable_python3_8.yml

Lines changed: 2 additions & 0 deletions
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 5 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/stable_python3_9.yml

Lines changed: 2 additions & 0 deletions
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 5 * * *"
810

911
permissions:
1012
contents: read

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)