Skip to content

Commit

Permalink
better names
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Oct 22, 2024
1 parent 1199382 commit c68675a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/concurrency-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:


deploy_dev:
name: Deploy new images to infra
name: Deploy image to dev
runs-on: ubuntu-latest
needs: push_to_registry
steps:
Expand All @@ -55,7 +55,7 @@ jobs:
run: echo "pushing ${{ needs.push_to_registry.outputs.digest }} to dev"

deploy_prod:
name: Deploy new images to infra
name: Deploy image to prod
runs-on: ubuntu-latest
needs: deploy_dev
steps:
Expand All @@ -65,7 +65,7 @@ jobs:
run: echo "pushing ${{ needs.push_to_registry.outputs.digest }} to prod"

deploy_testnet:
name: Deploy new images to infra
name: Deploy image to testnet
runs-on: ubuntu-latest
needs: push_to_registry
steps:
Expand Down

0 comments on commit c68675a

Please sign in to comment.