Skip to content

Commit

Permalink
[SYNC] mcaf-github-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Workflow Sync Bot committed Dec 3, 2024
1 parent 47943b2 commit fb5e9cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
color: "d93f0b"
description: Something isn't working
- name: misc
color: "#6B93D3"
color: "6b93d3"
description: Miscellaneous task not covered by something else
- name: no-changelog
color: "cccccc"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/terraform-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
env:
AWS_DEFAULT_REGION: eu-west-1

# - name: Terraform Test
# id: test
# if: ${{ !vars.SKIP_TERRAFORM_TESTS }}
# run: |
# terraform init
# terraform test
- name: Terraform Test
id: test
if: ${{ !vars.SKIP_TERRAFORM_TESTS }}
run: |
terraform init
terraform test
- uses: actions/github-script@v6
if: github.event_name == 'pull_request' || always()
Expand Down

0 comments on commit fb5e9cc

Please sign in to comment.