Refactor GitHub Actions workflows to standardize job names to 'iac-apply' and 'iac-validate'
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
||||
paths:
|
||||
- "terraform/aws-iac/**"
|
||||
jobs:
|
||||
opentofu-apply:
|
||||
iac-apply:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@@ -11,7 +11,7 @@ on:
|
||||
- synchronize
|
||||
- reopened
|
||||
jobs:
|
||||
terraform-validate:
|
||||
iac-validate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@@ -9,7 +9,7 @@ on:
|
||||
paths:
|
||||
- "terraform/cloudns-iac/**"
|
||||
jobs:
|
||||
opentofu-apply:
|
||||
iac-apply:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@@ -11,7 +11,7 @@ on:
|
||||
- synchronize
|
||||
- reopened
|
||||
jobs:
|
||||
terraform-validate:
|
||||
iac-validate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@@ -9,7 +9,7 @@ on:
|
||||
paths:
|
||||
- "terraform/contabo-iac/**"
|
||||
jobs:
|
||||
opentofu-apply:
|
||||
iac-apply:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@@ -11,7 +11,7 @@ on:
|
||||
- synchronize
|
||||
- reopened
|
||||
jobs:
|
||||
terraform-validate:
|
||||
iac-validate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@@ -9,7 +9,7 @@ on:
|
||||
paths:
|
||||
- "terraform/k8sapps/**"
|
||||
jobs:
|
||||
terraform-apply:
|
||||
iac-apply:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@@ -11,7 +11,7 @@ on:
|
||||
- synchronize
|
||||
- reopened
|
||||
jobs:
|
||||
terraform-validate:
|
||||
iac-validate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@@ -9,7 +9,7 @@ on:
|
||||
paths:
|
||||
- "terraform/scaleway-iac/**"
|
||||
jobs:
|
||||
opentofu-apply:
|
||||
iac-apply:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@@ -11,7 +11,7 @@ on:
|
||||
- synchronize
|
||||
- reopened
|
||||
jobs:
|
||||
terraform-validate:
|
||||
iac-validate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user