mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Revert "This is just to trigger the GitHub scheduled actions registration"
This reverts commit 2e912990ff.
This commit is contained in:
parent
2e912990ff
commit
458320e8d7
1 changed files with 0 additions and 17 deletions
17
.github/workflows/php.yml
vendored
17
.github/workflows/php.yml
vendored
|
|
@ -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
|
||||
|
||||
Loading…
Reference in a new issue