Skip to content

Commit 12be30c

Browse files
Disable eks-observability CI workflow temporarily
Comment out the workflow and disable jobs until project completion.
1 parent c8038dc commit 12be30c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/eks-observability-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Commenting out until 04 is built out
2+
13
name: eks-observability-ci
24

35
on:
@@ -13,6 +15,8 @@ on:
1315
# - '.github/workflows/eks-observability-ci.yml'
1416

1517
jobs:
18+
noop:
19+
if: false # delete this after project is built out, this disables everything below
1620
lint:
1721
runs-on: ubuntu-latest
1822
steps:
@@ -38,4 +42,4 @@ jobs:
3842
working-directory: projects/02-eks-observability-stack/infra/terraform
3943
run: |
4044
terraform fmt -check
41-
terraform validate
45+
terraform validate

0 commit comments

Comments
 (0)