mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
skip terraform pipeline when no terraform changes has been done
This commit is contained in:
parent
4eda806330
commit
18664441de
1 changed files with 3 additions and 0 deletions
3
.github/workflows/validate-terraform.yml
vendored
3
.github/workflows/validate-terraform.yml
vendored
|
|
@ -2,6 +2,9 @@ name: Validate Terraform
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "terraform/**"
|
||||
- ".github/workflows/validate-terraform.yml"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue