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:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -9,7 +9,7 @@ on:
|
|||||||
- .github/workflows/terraform-k8apps-apply.yaml
|
- .github/workflows/terraform-k8apps-apply.yaml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
apply:
|
terraform-apply:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: Validate Terraform
|
name: Terraform Validate
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -12,7 +12,7 @@ on:
|
|||||||
- synchronize
|
- synchronize
|
||||||
- reopened
|
- reopened
|
||||||
jobs:
|
jobs:
|
||||||
apply:
|
terraform-validate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user