diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5e1d3b06e4b..15768fdcf23 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,6 +62,7 @@ jobs: script: /var/lib/byond/update_isp_lists.sh set-matrix: + name: Set Deployment Matrix runs-on: ubuntu-latest outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} @@ -233,7 +234,8 @@ jobs: deployment-id: ${{ steps.deployment.outputs.deployment_id }} state: "failure" - delete_automatic_deployments: + delete-automatic-deployments: + name: Delete Automatic Deployments runs-on: ubuntu-latest needs: [deploy] if: always()