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
@@ -11,7 +11,7 @@ on:
- synchronize
- reopened
jobs:
terraform-validate:
iac-validate:
runs-on: ubuntu-latest
steps: