Skip to content

Commit

Permalink
Merge pull request #55 from kennyd3d/workflow-dropdown
Browse files Browse the repository at this point in the history
test status checks
  • Loading branch information
kennyd3d authored Sep 3, 2024
2 parents b99577a + 692b3c3 commit 146d913
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 146d913

Please sign in to comment.