Refactor workflow file names to use consistent naming convention
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user