Skip to content

Commit 019764d

Browse files
committed
fix: comment out unused project entries in build workflow
1 parent 6b33a74 commit 019764d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575

7676
strategy:
7777
matrix:
78-
project: ["hashicorp/terraform-guides", "akamai/terraform-examples", "aws-samples/aws-sam-terraform-examples"]
78+
# project: ["hashicorp/terraform-guides", "akamai/terraform-examples", "aws-samples/aws-sam-terraform-examples"]
79+
project: []
7980

8081
steps:
8182
- name: "Checkout"

0 commit comments

Comments
 (0)