Skip to content

Commit

Permalink
test CI tf
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Nov 19, 2024
1 parent 75b277b commit 1207cb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/merge-check-always.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ on:
pull_request:
paths-ignore:
- 'infrastructure/cluster/flux/**'
- '**.tf'

jobs:
terraform-validate:
name: "Validate Terraform files"
runs-on: ubuntu-latest
steps:
- run: 'echo "No check required"'

flux-validate:
name: "Validate Flux files"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1207cb2

Please sign in to comment.