Merge pull request #22326 from nextcloud/revert-22325-MorrisJobke-patch-1

Revert "This is just to trigger the GitHub scheduled actions registration"
This commit is contained in:
Morris Jobke 2020-08-20 12:42:00 +02:00 committed by GitHub
commit 1742510b5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

@ -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