Skip to content

Commit 4e7c93f

Browse files
committed
feat: skip testing and deployment
1 parent cbf570a commit 4e7c93f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
env:
116116
GH_TOKEN: ${{ github.token }}
117117
run: |
118-
PR_INFO=$(gh api repos/${{ github.repository }}/commits/${COMMIT_SHA}/pulls --jq '.[0] | {number: .number, branch: .head.ref}')
118+
PR_INFO=$(gh api repos/${{ github.repository }}/commits/${{ github.sha }}/pulls --jq '.[0].number')
119119
120120
PR_NUM_TAG=$(echo "$PR_INFO" | jq -r '.number')
121121
SHORT_COMMIT_HASH=$(git rev-parse --short ${GITHUB_SHA})

0 commit comments

Comments
 (0)