]> source.dussan.org Git - nextcloud-server.git/commitdiff
Revert "This is just to trigger the GitHub scheduled actions registration"
authorMorris Jobke <hey@morrisjobke.de>
Thu, 20 Aug 2020 10:50:57 +0000 (12:50 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 20 Aug 2020 10:50:57 +0000 (12:50 +0200)
This reverts commit 2e912990ff63ca364a070243594b174e0ec9868b.

.github/workflows/php.yml [deleted file]

diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml
deleted file mode 100644 (file)
index b5dc4d3..0000000
+++ /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
-