Skip to content

techdebt(LoadingPlaceholder) - rewrite skeleton component #136

techdebt(LoadingPlaceholder) - rewrite skeleton component

techdebt(LoadingPlaceholder) - rewrite skeleton component #136

# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
name: Integration summary
on:
pull_request:
paths-ignore:
- '.github/workflows/**'
- 'appinfo/**'
- 'lib/**'
- 'templates/**'
- 'tests/integration/**'
- 'vendor/**'
- 'vendor-bin/**'
- '.php-cs-fixer.dist.php'
- 'composer.json'
- 'composer.lock'
permissions:
contents: read
jobs:
summary-mysql:
permissions:
contents: none
runs-on: ubuntu-latest
name: integration-mysql-summary
steps:
- name: Summary status
run: 'echo "No PHP files changed, skipped Integration tests"'
summary-oci:
permissions:
contents: none
runs-on: ubuntu-latest
name: integration-oci-summary
steps:
- name: Summary status
run: 'echo "No PHP files changed, skipped Integration tests"'
summary-pgsql:
permissions:
contents: none
runs-on: ubuntu-latest
name: integration-pgsql-summary
steps:
- name: Summary status
run: 'echo "No PHP files changed, skipped Integration tests"'
summary-sqlite:
permissions:
contents: none
runs-on: ubuntu-latest
name: integration-sqlite-summary
steps:
- name: Summary status
run: 'echo "No PHP files changed, skipped Integration tests"'