Avoid having the same name for several workflows

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2023-03-21 09:56:38 +01:00
parent 0d75a3096f
commit 8a5374cb63
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
name: FTP
name: FTP unit tests
on:
push:
branches:

View file

@ -1,4 +1,4 @@
name: Node
name: Node tests
on:
pull_request:

View file

@ -1,4 +1,4 @@
name: PHPUnit
name: PHPUnit oci
on: pull_request

View file

@ -1,4 +1,4 @@
name: PHPUnit
name: PHPUnit 32bits
on:
workflow_dispatch: