Refactor job names in Ansible and Terraform workflows
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
||||
- .github/workflows/ansible-apply.yaml
|
||||
|
||||
jobs:
|
||||
apply-playbooks:
|
||||
ansible-apply:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@@ -10,7 +10,7 @@ on:
|
||||
- reopened
|
||||
|
||||
jobs:
|
||||
validate-playbooks:
|
||||
ansible-validate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@@ -9,7 +9,7 @@ on:
|
||||
- .github/workflows/terraform-k8apps-apply.yaml
|
||||
|
||||
jobs:
|
||||
apply:
|
||||
terraform-apply:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@@ -12,7 +12,7 @@ on:
|
||||
- synchronize
|
||||
- reopened
|
||||
jobs:
|
||||
apply:
|
||||
terraform-Validate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user