diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2023-04-03 11:38:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 11:38:20 +0200 |
commit | 1000b463a1fd235fb5f90f85a48ad747e4614a74 (patch) | |
tree | 049b3512c29b8fbbe587fd912b5b041bac1486c7 /.github | |
parent | 84c76a89ece842b807249d88769bb9d3f375dc5c (diff) | |
parent | 8a5374cb634715e4aa186fe9d8a732b6d6436f02 (diff) | |
download | nextcloud-server-1000b463a1fd235fb5f90f85a48ad747e4614a74.tar.gz nextcloud-server-1000b463a1fd235fb5f90f85a48ad747e4614a74.zip |
Merge pull request #37320 from nextcloud/fix/workflow-unique-names
Avoid having the same name for several workflows
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ftp.yml | 2 | ||||
-rw-r--r-- | .github/workflows/node-tests.yml | 2 | ||||
-rw-r--r-- | .github/workflows/oci.yml | 2 | ||||
-rw-r--r-- | .github/workflows/phpunit-32bits.yml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ftp.yml b/.github/workflows/ftp.yml index fa4c52ce67d..9ec0b0eaea7 100644 --- a/.github/workflows/ftp.yml +++ b/.github/workflows/ftp.yml @@ -1,4 +1,4 @@ -name: FTP +name: FTP unit tests on: push: branches: diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml index 265c53cf746..8dcf819e351 100644 --- a/.github/workflows/node-tests.yml +++ b/.github/workflows/node-tests.yml @@ -1,4 +1,4 @@ -name: Node +name: Node tests on: pull_request: diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index 6578697f4ef..67fe9d80663 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -1,4 +1,4 @@ -name: PHPUnit +name: PHPUnit oci on: pull_request diff --git a/.github/workflows/phpunit-32bits.yml b/.github/workflows/phpunit-32bits.yml index 3b03c00184b..100c95bd210 100644 --- a/.github/workflows/phpunit-32bits.yml +++ b/.github/workflows/phpunit-32bits.yml @@ -1,4 +1,4 @@ -name: PHPUnit +name: PHPUnit 32bits on: workflow_dispatch: |