diff --git a/.github/workflows/concurrency-test.yml b/.github/workflows/concurrency-test.yml index b174ad9..c5947dd 100644 --- a/.github/workflows/concurrency-test.yml +++ b/.github/workflows/concurrency-test.yml @@ -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: @@ -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: @@ -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: