Skip to content

Commit 98383c1

Browse files
committed
Stop release tag update from PRs
Signed-off-by: Connor Avery <[email protected]>
1 parent db692f9 commit 98383c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sam_release_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
path: gh-pages
250250

251251
- name: update release tag in github pages
252-
if: ${{ inputs.TARGET_ENVIRONMENT != 'dev-pr' }}
252+
if: ${{ inputs.IS_PULL_REQUEST == false }}
253253
run: |
254254
cd gh-pages
255255
NOW=$(date +'%Y-%m-%dT%H:%M:%S')

0 commit comments

Comments
 (0)