diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-08-20 12:41:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 12:41:47 +0200 |
commit | 27157051aa2a56707eed83a100414d0b00167024 (patch) | |
tree | 491673a97af45f1c7faef04720207bd52f14436a /.github | |
parent | e4371725f449a5545cac4f1d2d1b598092d722b5 (diff) | |
download | nextcloud-server-27157051aa2a56707eed83a100414d0b00167024.tar.gz nextcloud-server-27157051aa2a56707eed83a100414d0b00167024.zip |
Revert "This is just to trigger the GitHub scheduled actions registration"
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/php.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml deleted file mode 100644 index 7cc0a9e1c8a..00000000000 --- a/.github/workflows/php.yml +++ /dev/null @@ -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 |