mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 00:02:54 -04:00
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:
commit
1742510b5e
1 changed files with 0 additions and 16 deletions
16
.github/workflows/php.yml
vendored
16
.github/workflows/php.yml
vendored
|
|
@ -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
|
||||
Loading…
Reference in a new issue