Refactor GitHub Actions workflows to standardize job names to 'iac-apply' and 'iac-validate'

This commit is contained in:
2025-04-25 21:47:45 +02:00
parent 30e2b0c440
commit 2fbe4dd1cc
10 changed files with 10 additions and 10 deletions
@@ -9,7 +9,7 @@ on:
paths:
- "terraform/k8sapps/**"
jobs:
terraform-apply:
iac-apply:
runs-on: ubuntu-latest
steps: