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: Build and Release
name: Terraform Apply
on:
push:
@@ -9,7 +9,7 @@ on:
- .github/workflows/terraform-k8apps-apply.yaml
jobs:
apply:
terraform-apply:
runs-on: ubuntu-latest
steps: