Skip to content

Commit aba892f

Browse files
committed
Move scheduled CI tests time
1 parent b65282b commit aba892f

10 files changed

Lines changed: 10 additions & 10 deletions

.github/workflows/test-aiml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test - AIML
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 7 * * 3"
6+
- cron: "0 17 * * 3"
77

88
permissions:
99
id-token: write

.github/workflows/test-automation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test - Automation
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 7 * * 5"
6+
- cron: "0 17 * * 5"
77

88
permissions:
99
id-token: write

.github/workflows/test-cloudformation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test - CloudFormation
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 0 * * *"
6+
- cron: "0 19 * * *"
77

88
permissions:
99
id-token: write

.github/workflows/test-fastpaths.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test - Fastpaths
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 7 * * 5"
6+
- cron: "0 17 * * 5"
77

88
permissions:
99
id-token: write

.github/workflows/test-fundamentals.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test - Fundamentals
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 7 * * 1"
6+
- cron: "0 17 * * 1"
77

88
permissions:
99
id-token: write

.github/workflows/test-introduction.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test - Introduction
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 7 * * 2"
6+
- cron: "0 17 * * 2"
77

88
permissions:
99
id-token: write

.github/workflows/test-networking.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test - Networking
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 7 * * 3"
6+
- cron: "0 17 * * 3"
77

88
permissions:
99
id-token: write

.github/workflows/test-observability.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test - Observability
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 7 * * 4"
6+
- cron: "0 17 * * 4"
77

88
permissions:
99
id-token: write

.github/workflows/test-security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test - Security
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 7 * * 4"
6+
- cron: "0 17 * * 4"
77

88
permissions:
99
id-token: write

.github/workflows/test-troubleshooting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test - Troubleshooting
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 7 * * 6"
6+
- cron: "0 17 * * 6"
77

88
permissions:
99
id-token: write

0 commit comments

Comments
 (0)