Skip to content

Commit

Permalink
Don't run push-to-vscode action for pre-release builds (#1113)
Browse files Browse the repository at this point in the history
## Changes
<!-- Summary of your changes that are easy to understand -->

## Tests
<!-- How is this tested? -->
  • Loading branch information
kartikgupta-db authored Mar 5, 2024
1 parent 71c6a41 commit e7f8e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:

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

Expand Down

0 comments on commit e7f8e51

Please sign in to comment.