eclipse-theia / vscode-builtin-extensions

Built-in VS Code extensions for Theia
Other
67 stars 36 forks source link

Remove old workflows, add a build workflow #127

Open marcdumais-work opened 9 months ago

marcdumais-work commented 9 months ago

As proposed here: https://github.com/eclipse-theia/vscode-builtin-extensions/pull/126#issuecomment-1901048067

This PR removes the two old obsolete workflows (that would build and publish the build-ins automatically every night), and adds one as per above that runs for PRs, so you can know if the build works or not at least (it's a slightly modified version of the latest "publish-vsx-specific-latest" workflow).

Feel free to do what you want with this PR/commit - merge it, modify it, make your own version, etc.

marcdumais-work commented 9 months ago

I made a new mergable version, that does not conflict with master