From 458320e8d7bdbe30a563a34494826af7a35ae3a6 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 20 Aug 2020 12:50:57 +0200 Subject: [PATCH] Revert "This is just to trigger the GitHub scheduled actions registration" This reverts commit 2e912990ff63ca364a070243594b174e0ec9868b. --- .github/workflows/php.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/php.yml 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 - -- 2.39.5