ci: Remove unnecessary env variable from docs workflows
This commit is contained in:
parent
af2407e98a
commit
44393fe171
3
.github/workflows/docs-preview.yml
vendored
3
.github/workflows/docs-preview.yml
vendored
@ -1,8 +1,5 @@
|
||||
name: Docs Preview
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [CI]
|
||||
|
3
.github/workflows/docs-remove-preview.yml
vendored
3
.github/workflows/docs-remove-preview.yml
vendored
@ -1,8 +1,5 @@
|
||||
name: Docs Remove Preview
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [PR Closed]
|
||||
|
Loading…
x
Reference in New Issue
Block a user