diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-08-20 12:50:57 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2020-08-20 12:50:57 +0200 |
commit | 458320e8d7bdbe30a563a34494826af7a35ae3a6 (patch) | |
tree | fae38c98ab105052b92b63d6c3c6d4ef4545a913 /.github | |
parent | 2e912990ff63ca364a070243594b174e0ec9868b (diff) | |
download | nextcloud-server-458320e8d7bdbe30a563a34494826af7a35ae3a6.tar.gz nextcloud-server-458320e8d7bdbe30a563a34494826af7a35ae3a6.zip |
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.yml | 17 |
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 - |