Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-08-20 13:50:57 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-08-20 13:50:57 +0300
commit458320e8d7bdbe30a563a34494826af7a35ae3a6 (patch)
treefae38c98ab105052b92b63d6c3c6d4ef4545a913 /.github
parent2e912990ff63ca364a070243594b174e0ec9868b (diff)
Revert "This is just to trigger the GitHub scheduled actions registration"
This reverts commit 2e912990ff63ca364a070243594b174e0ec9868b.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/php.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml
deleted file mode 100644
index b5dc4d34e80..00000000000
--- a/.github/workflows/php.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: PHP Composer
-
-on:
- schedule:
- - cron: '*/5 * * * *'
-
-jobs:
- build:
-
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v2
-
- - name: Validate composer.json and composer.lock
- run: composer validate
-