Skip to content

Commit

Permalink
POL-1190 Bug Fix: Job Names for Github Workflow (#2017)
Browse files Browse the repository at this point in the history
* update

* fix

* update

* update
  • Loading branch information
XOmniverse authored Apr 3, 2024
1 parent 2cb8fc7 commit 9035894
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-aws-ec2-pricing-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
workflow_dispatch: {}

jobs:
azure_vm_pricing:
aws_ec2_pricing:
name: "Generate AWS EC2 Pricing"
runs-on: ubuntu-latest
steps:
Expand All @@ -44,7 +44,7 @@ jobs:
body: "Updated AWS EC2 Pricing from GitHub Actions Workflow [${{ github.workflow }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
branch: "task/update-aws-ec2-pricing"
delete-branch: true
labels: "automation, data, azure"
labels: "automation, data, aws"

- name: Check outputs
if: ${{ steps.cpr.outputs.pull-request-number }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-aws-rds-pricing-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
workflow_dispatch: {}

jobs:
azure_vm_pricing:
aws_rds_pricing:
name: "Generate AWS RDS Pricing"
runs-on: ubuntu-latest
steps:
Expand All @@ -43,7 +43,7 @@ jobs:
body: "Updated AWS RDS Pricing from GitHub Actions Workflow [${{ github.workflow }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
branch: "task/update-aws-rds-pricing"
delete-branch: true
labels: "automation, data, azure"
labels: "automation, data, aws"

- name: Check outputs
if: ${{ steps.cpr.outputs.pull-request-number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-azure-md-pricing-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
workflow_dispatch: {}

jobs:
azure_vm_pricing:
azure_md_pricing:
name: "Generate Azure MD Pricing"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9035894

Please sign in to comment.