Rename workflows
This commit is contained in:
parent
d20aadc8b6
commit
7f438fa7a8
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build_base_matrix_dev.yaml
vendored
2
.github/workflows/build_base_matrix_dev.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: "Build core dev"
|
||||
name: "Build dev base"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
2
.github/workflows/build_base_matrix_vod.yaml
vendored
2
.github/workflows/build_base_matrix_vod.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: "Build core vod"
|
||||
name: "Build vod base"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: "Build core dev bundles"
|
||||
name: "Build dev bundles"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Reference in a new issue