skip terraform pipeline when no terraform changes has been done

This commit is contained in:
Rasmus Wejlgaard 2026-05-05 20:38:40 +01:00
parent 4eda806330
commit 18664441de

View file

@ -2,6 +2,9 @@ name: Validate Terraform
on: on:
pull_request: pull_request:
paths:
- "terraform/**"
- ".github/workflows/validate-terraform.yml"
permissions: permissions:
contents: read contents: read