]> source.dussan.org Git - nextcloud-server.git/commitdiff
Revert "This is just to trigger the GitHub scheduled actions registration" 22326/head
authorMorris Jobke <hey@morrisjobke.de>
Thu, 20 Aug 2020 10:41:47 +0000 (12:41 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Aug 2020 10:41:47 +0000 (12:41 +0200)
.github/workflows/php.yml [deleted file]

diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml
deleted file mode 100644 (file)
index 7cc0a9e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-name: PHP Composer
-
-on:
-  schedule:
-    - cron: '* * * * *'
-
-jobs:
-  build:
-
-    runs-on: ubuntu-latest
-
-    steps:
-    - uses: actions/checkout@v2
-
-    - name: Validate composer.json and composer.lock
-      run: composer validate