Skip to content

Commit a15c423

Browse files
committed
feat: skip testing and deployment
1 parent 42d303e commit a15c423

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/stage-3-build-images-devtest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ jobs:
142142
id: set-image-tags
143143
run: |
144144
145-
PR_NUM_TAG=$(echo "${GITHUB_REF}" | sed 's/refs\/pull\/\([0-9]*\)\/merge/\1/')
145+
PR_NUM=$(gh api repos/${{ github.repository }}/commits/${{ github.sha }}/pulls --jq '.[0].number')
146+
PR_NUM_TAG="pr${PR_NUM}"
146147
IMAGE_TAG="latest"
147148
148149
if [[ ${{steps.detect-base-image-changes.outputs.BASE_IMAGE_CHANGE}} == 'true' ]]; then

0 commit comments

Comments
 (0)