Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
erdrix committed Mar 8, 2024
1 parent 4c490cb commit 753bca8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/dpep-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Data Product Experience Plane release"

on:
push:
tags:
- v*

jobs:
terraform-modules-oci-release:
uses: ./.github/workflows/terraform-modules-oci-release.yml
with:
organization_layer_name: platform
team_name: data-product-experience-plane
products_path: "products"
2 changes: 1 addition & 1 deletion .github/workflows/iup-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[IUP] - Terraform modules release on OCI"
name: "Infrastructure Utility Plane release"

on:
push:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/mep-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Mesh experience plane release"

on:
push:
tags:
- v*

jobs:
terraform-modules-oci-release:
uses: ./.github/workflows/terraform-modules-oci-release.yml
with:
organization_layer_name: platform
team_name: mesh-experience-plane
products_path: "products"

0 comments on commit 753bca8

Please sign in to comment.