Skip to content

Commit

Permalink
ci: use unique job names for publish
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Mar 28, 2024
1 parent de5df7e commit 96a0328
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cardano-node-helm-chart.yml
Expand Up @@ -8,7 +8,7 @@ on:
concurrency: ${{ github.ref }}

jobs:
build-and-push-helm-chart:
build-and-push-cardano-node-helm-chart:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-tx-submit-api-helm-chart.yml
Expand Up @@ -8,7 +8,7 @@ on:
concurrency: ${{ github.ref }}

jobs:
build-and-push-helm-chart:
build-and-push-tx-submit-api-helm-chart:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
Expand Up @@ -8,7 +8,7 @@ on:
concurrency: ${{ github.ref }}

jobs:
build-and-push-helm-chart:
build-and-push-tx-submit-api-mirror-helm-chart:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 96a0328

Please sign in to comment.