From 692b3c3bca1e86ed67b773675ffb47eff1fc8411 Mon Sep 17 00:00:00 2001 From: kennyd3d Date: Tue, 3 Sep 2024 11:02:17 -0700 Subject: [PATCH] test status checks --- .github/workflows/dev.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 43e6ae7..f70a274 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -8,12 +8,7 @@ on: description: "The name of the release you want to deploy to stable." pull_request: - types: [opened, reopened, synchronize] - branches: - - dev - - pull_request_target: - types: [closed] + types: [opened, reopened, synchronize, closed] branches: - dev @@ -169,7 +164,7 @@ jobs: IMAGE_STABLE="kennyd3d/${{ env.ARTIFACT_NAME }}:${{ github.event.inputs.RELEASE }}" echo "IMAGE_STABLE=$IMAGE_STABLE" >> $GITHUB_ENV if ! docker manifest inspect $IMAGE_STABLE > /dev/null 2>&1; then - echo "❌ Failed Stable Deployment: $IMAGE_STABLE not found in artifactory" >> $GITHUB_STEP_SUMMARY + echo "# ❌ Failed Stable Deployment: $IMAGE_STABLE not found in artifactory" >> $GITHUB_STEP_SUMMARY exit 1 fi