mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
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 ```
This commit is contained in:
parent
be771b187b
commit
c140f43e74
2
.github/workflows/artifacts.yml
vendored
2
.github/workflows/artifacts.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Artifacts generation and upload
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Mattermost Build"]
|
||||
workflows: ["Server CI"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: Mattermost Build
|
||||
name: Server CI
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
Loading…
Reference in New Issue
Block a user