Skip to content

Commit af53a02

Browse files
authored
Merge pull request #1192 from github/aeisenberg/disable-openvsx-deploy
Disable the open-vsx-publish job
2 parents 8e2d18d + 59c3b1b commit af53a02

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,13 @@ jobs:
147147
If this was an authentication problem, please make sure the \
148148
auth token hasn't expired."
149149
150+
# TODO This job is currently broken and is blocked on https://github.com/github/vscode-codeql/issues/1085
150151
open-vsx-publish:
151152
name: Publish to Open VSX Registry
152153
needs: build
153154
environment: publish-open-vsx
154155
runs-on: ubuntu-latest
156+
if: 1 == 0
155157
env:
156158
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}
157159
steps:

0 commit comments

Comments
 (0)