mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
fix(ci): add environment to docs-preview (#4677)
This commit is contained in:
parent
003480881b
commit
7695de2831
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docs-preview.yaml
vendored
1
.github/workflows/docs-preview.yaml
vendored
|
|
@ -21,6 +21,7 @@ jobs:
|
|||
preview:
|
||||
name: Docs preview
|
||||
runs-on: ubuntu-20.04
|
||||
environment: CI
|
||||
steps:
|
||||
- name: Cancel Previous Runs
|
||||
uses: styfle/cancel-workflow-action@0.9.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue