mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #37320 from nextcloud/fix/workflow-unique-names
Avoid having the same name for several workflows
This commit is contained in:
commit
1000b463a1
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