Skip to content

Commit e7f8e51

Browse files
Don't run push-to-vscode action for pre-release builds (#1113)
## Changes <!-- Summary of your changes that are easy to understand --> ## Tests <!-- How is this tested? -->
1 parent 71c6a41 commit e7f8e51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-to-vscode.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
jobs:
1515
publish-to-vscode:
16+
if: ${{ ! endsWith(github.event.inputs.version, "preview") || github.event_name == 'workflow_dispatch' }}
1617
runs-on: ubuntu-latest
1718
environment: Production
1819

0 commit comments

Comments
 (0)