Skip to content

Commit c289072

Browse files
authored
Merge pull request #121 from Integration-Automation/dev
Now test scheduled
2 parents c7c57fa + 813af0f commit c289072

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
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 1 * * *"
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 1 * * *"
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 1 * * *"
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 1 * * *"
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 1 * * *"
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 1 * * *"
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 1 * * *"
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 1 * * *"
810

911
permissions:
1012
contents: read

0 commit comments

Comments
 (0)