.github: Rename workflows for clarity
This commit is contained in:
parent
f9fab83030
commit
1adb0b4246
2 changed files with 2 additions and 2 deletions
2
.github/workflows/manual-stable.yml
vendored
2
.github/workflows/manual-stable.yml
vendored
|
@ -2,7 +2,7 @@
|
||||||
# the next stable release. For the one that is currently in
|
# the next stable release. For the one that is currently in
|
||||||
# effect, check the release branches (e.g., release-0.2.x).
|
# effect, check the release branches (e.g., release-0.2.x).
|
||||||
|
|
||||||
name: Manual (Stable)
|
name: Deploy Stable Manual
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
2
.github/workflows/manual.yml
vendored
2
.github/workflows/manual.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Manual
|
name: Deploy Unstable Manual
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
|
|
Loading…
Reference in a new issue