Merge pull request #37320 from nextcloud/fix/workflow-unique-names

Avoid having the same name for several workflows
This commit is contained in:
Côme Chilliet 2023-04-03 11:38:20 +02:00 committed by GitHub
commit 1000b463a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: