This is just to trigger the GitHub scheduled actions registration

It is needed for #22314 and I will revert it right away afterwards.

Sorry for the trouble.

See the answer in https://stackoverflow.com/questions/59560214/github-action-works-on-push-but-not-scheduled
This commit is contained in:
Morris Jobke 2020-08-20 12:50:27 +02:00 committed by GitHub
parent ebc80dba78
commit 2e912990ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.github/workflows/php.yml vendored Normal file
View File

@ -0,0 +1,17 @@
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