Skip to content

Commit fe8bc6a

Browse files
authored
Merge pull request #362 from vprashar2929/ci-schedule
ci: remove cron schedule from workflows
2 parents aa85c2b + b453b9c commit fe8bc6a

8 files changed

+4
-12
lines changed

.github/workflows/equinix_k8s_flow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ on:
1919
description: 'metro location'
2020
required: false
2121
default: 'da'
22-
schedule:
23-
- cron: '0 18 * * *'
2422

2523
permissions:
2624
pull-requests: write

.github/workflows/equinix_k8s_flow_churncheck.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ on:
1919
description: 'metro location'
2020
required: false
2121
default: 'da'
22-
schedule:
23-
- cron: '0 18 * * *'
2422

2523
permissions:
2624
pull-requests: write

.github/workflows/equinix_metal_flow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Validation with Standalone Kepler
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 16 * * *'
75

86
permissions:
97
pull-requests: write

.github/workflows/equinix_metal_model_server_action_flow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Validation with Model Server
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 23 * * *'
75

86
permissions:
97
pull-requests: write

docs/design/assets/equinix_k8s_flow.uml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
start
55

6-
:Trigger Workflow Dispatch and Schedule;
6+
:Trigger Workflow Dispatch;
77
note right
88
Inputs:
99
- termination_time (default: '1')

docs/design/assets/equinix_k8s_flow_churncheck.uml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
start
55

6-
:Trigger Workflow Dispatch and Schedule;
6+
:Trigger Workflow Dispatch;
77
note right
88
Inputs:
99
- termination_time (default: '1')

docs/design/assets/equinix_metal_flow.uml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
start
55

6-
:Trigger workflow_dispatch or schedule (cron: '0 16 * * *');
6+
:Trigger workflow_dispatch;
77
note right
88
Permissions: pull-requests, contents, repository-projects, packages: write
99
end note

docs/design/assets/equinix_metal_flow_model_server.uml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
start
55

6-
:Trigger via workflow_dispatch or schedule (cron: '0 23 * * *');
6+
:Trigger via workflow_dispatch;
77
note right
88
Permissions:
99
- pull-requests, contents, repository-projects, packages: write

0 commit comments

Comments
 (0)