mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Avoid having the same name for several workflows
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
0d75a3096f
commit
8a5374cb63
4 changed files with 4 additions and 4 deletions
2
.github/workflows/ftp.yml
vendored
2
.github/workflows/ftp.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: FTP
|
||||
name: FTP unit tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
|
|||
2
.github/workflows/node-tests.yml
vendored
2
.github/workflows/node-tests.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Node
|
||||
name: Node tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
|
|||
2
.github/workflows/oci.yml
vendored
2
.github/workflows/oci.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: PHPUnit
|
||||
name: PHPUnit oci
|
||||
|
||||
on: pull_request
|
||||
|
||||
|
|
|
|||
2
.github/workflows/phpunit-32bits.yml
vendored
2
.github/workflows/phpunit-32bits.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: PHPUnit
|
||||
name: PHPUnit 32bits
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Reference in a new issue