diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-02-10 22:40:06 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-02-10 22:40:06 +0100 |
commit | 66e5baf4bc6270eb5132a17ba04ac3a95972205e (patch) | |
tree | cb73520f8fe4befbc746f02b2af06a8fb34277c0 /.github/workflows/files-external-s3.yml | |
parent | be6e7e30e84e441de799b50fd8e0cd245be96978 (diff) | |
download | nextcloud-server-66e5baf4bc6270eb5132a17ba04ac3a95972205e.tar.gz nextcloud-server-66e5baf4bc6270eb5132a17ba04ac3a95972205e.zip |
chore(CI): Make `files_external` CI workflows consistent
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to '.github/workflows/files-external-s3.yml')
-rw-r--r-- | .github/workflows/files-external-s3.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/files-external-s3.yml b/.github/workflows/files-external-s3.yml index cf60e87d000..5a0446c06b3 100644 --- a/.github/workflows/files-external-s3.yml +++ b/.github/workflows/files-external-s3.yml @@ -27,7 +27,6 @@ jobs: - 'apps/files_external/**' - 'vendor/**' - 'vendor-bin/**' - - '.php-cs-fixer.dist.php' - 'composer.json' - 'composer.lock' - '**.php' |