Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/.github/workflows
Joe Previte 9954a88d3a
refactor(ci): clean up npm workflows (#4786)
This extracst the publish on npm workflow from ci.yaml and adds a new workflow
called `npm-beta.yaml`.

Now we have three workflows that publish to npm.
- `npm-beta.yaml` only runs on pushes and merges into `main`
- `npm-dev.yaml` only runs on PRs into `main` with approval from
  code-server-reviewers team
- `npm-brew.yaml` only runs on releases

This should fix problems we had previously where anyone could open a PR and
publish under the code-server namespace. It also separates out the workflows
based on environment and when they should run.
2022-01-24 15:33:42 -07:00
..
ci.yaml refactor(ci): clean up npm workflows (#4786) 2022-01-24 15:33:42 -07:00
codeql-analysis.yml feat: add codeql-config file 2021-04-27 15:38:09 -07:00
docker.yaml refactor(ci): only run release workflows on released event (#4288) 2021-11-01 10:06:10 -07:00
docs-preview.yaml fix(ci): add environment to docs-preview (#4677) 2022-01-04 11:05:04 -07:00
installer.yml Fix script test workflow triggers (#4412) 2021-10-29 14:48:21 -05:00
npm-beta.yaml refactor(ci): clean up npm workflows (#4786) 2022-01-24 15:33:42 -07:00
npm-brew.yaml refactor(ci): clean up npm workflows (#4786) 2022-01-24 15:33:42 -07:00
npm-dev.yaml refactor(ci): clean up npm workflows (#4786) 2022-01-24 15:33:42 -07:00
scripts.yml Fix script test workflow triggers (#4412) 2021-10-29 14:48:21 -05:00