Rename workflows to make it clearer (#23316)
Mattermost build was a confusingly named workflow. Changed it to Server CI to make it consistent with Webapp CI. Also changed the filenames. ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
be771b187b
Коммит
c140f43e74
2
.github/workflows/artifacts.yml
поставляемый
2
.github/workflows/artifacts.yml
поставляемый
@@ -1,7 +1,7 @@
|
||||
name: Artifacts generation and upload
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Mattermost Build"]
|
||||
workflows: ["Server CI"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
||||
2
.github/workflows/ci.yml → .github/workflows/server-ci.yml
поставляемый
2
.github/workflows/ci.yml → .github/workflows/server-ci.yml
поставляемый
@@ -1,4 +1,4 @@
|
||||
name: Mattermost Build
|
||||
name: Server CI
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
Ссылка в новой задаче
Block a user