Avoid having the same name for several workflows

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/37320/head
Côme Chilliet 3 years ago
parent 0d75a3096f
commit 8a5374cb63
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
  1. 2
      .github/workflows/ftp.yml
  2. 2
      .github/workflows/node-tests.yml
  3. 2
      .github/workflows/oci.yml
  4. 2
      .github/workflows/phpunit-32bits.yml

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

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

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

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

Loading…
Cancel
Save