From: Morris Jobke Date: Thu, 20 Aug 2020 10:41:47 +0000 (+0200) Subject: Revert "This is just to trigger the GitHub scheduled actions registration" X-Git-Tag: v20.0.0beta1~25^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=27157051aa2a56707eed83a100414d0b00167024;p=nextcloud-server.git Revert "This is just to trigger the GitHub scheduled actions registration" --- diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml deleted file mode 100644 index 7cc0a9e1c8a..00000000000 --- a/.github/workflows/php.yml +++ /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