Skip to content

Commit cbf570a

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
working-directory: ./
113113
if: ${{ steps.detect-base-image-changes.outputs.BASE_IMAGE_CHANGE == 'true' || github.ref == 'refs/heads/main' }}
114114
continue-on-error: false
115+
env:
116+
GH_TOKEN: ${{ github.token }}
115117
run: |
116118
PR_INFO=$(gh api repos/${{ github.repository }}/commits/${COMMIT_SHA}/pulls --jq '.[0] | {number: .number, branch: .head.ref}')
117119

0 commit comments

Comments
 (0)