Skip to content

Commit

Permalink
no rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Dec 6, 2024
1 parent 4eb7bd8 commit 46565b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-vscode-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ concurrency:

jobs:
build:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
if-no-files-found: error

publish:
needs: [build]
# needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -91,7 +92,7 @@ jobs:
with:
name: baml-vscode-vsix
path: typescript/vscode-ext/packages/out/
run-id: 12190612044
run-id: 12190929601
github-token: ${{ secrets.SAM_GITHUB_PAT }}
- run: |
cd typescript/vscode-ext/packages
Expand Down

0 comments on commit 46565b0

Please sign in to comment.