Skip to content

Commit 21083a0

Browse files
authored
don't schedule matrix until CLOUDP-353513 (#3812)
1 parent 87a690b commit 21083a0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/terraform-compatibility-matrix.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: "HashiCorp Terraform Compatibility Matrix"
22
run-name: 'HashiCorp Terraform Compatibility Matrix ${{ inputs.atlas_cloud_env }}'
33

44
on:
5-
schedule:
6-
- cron: "0 0 1 * *" # runs first day of the month at midnight UTC
5+
# Will be spread in multiple days in CLOUDP-353513, don't schedule at the moment.
6+
# schedule:
7+
# - cron: "0 0 1 * *" # runs first day of the month at midnight UTC
78
workflow_dispatch:
89
inputs:
910
atlas_cloud_env:

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: 'Test Suite'
77
# - Tuesday, Thursday, Saturday: SA against Dev environment
88
# Note: PAK refers to Programmatic API Key authentication (use_sa: false), SA refers to Service Account authentication (use_sa: true)
99
# It can also be run manually.
10-
# The 1st day of the month we run terraform-compatibility-matrix.yml and therefore, we skip the test-suite (see schedule->cron below).
10+
# Pending change in CLOUDP-353513: The 1st day of the month we run terraform-compatibility-matrix.yml and therefore, we skip the test-suite (see schedule->cron below).
1111
on:
1212
workflow_dispatch:
1313
inputs:

0 commit comments

Comments
 (0)