Refactor workflow file names to use consistent naming convention

This commit is contained in:
2024-09-24 21:35:09 +02:00
parent c2dbfd87cf
commit 7bfc5c07fb
2 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
name: Validate Terraform
name: Terraform Validate
on:
pull_request:
@@ -12,7 +12,7 @@ on:
- synchronize
- reopened
jobs:
apply:
terraform-validate:
runs-on: ubuntu-latest
steps: