Skip to content

Commit fb1a57a

Browse files
authored
Merge pull request #25 from Integration-Automation/dev
Now test scheduled
2 parents 54c215d + 3ebc6ef commit fb1a57a

8 files changed

Lines changed: 16 additions & 0 deletions

.github/workflows/file_automation_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 3 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/file_automation_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 3 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/file_automation_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 3 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/file_automation_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 3 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/file_automation_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 3 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/file_automation_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 3 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/file_automation_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 3 * * *"
810

911
permissions:
1012
contents: read

.github/workflows/file_automation_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 3 * * *"
810

911
permissions:
1012
contents: read

0 commit comments

Comments
 (0)