Skip to content

Add schedule for code quality workflow #17

Add schedule for code quality workflow

Add schedule for code quality workflow #17

Workflow file for this run

name: Code Quality Checks

Check failure on line 1 in .github/workflows/code-quality.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code-quality.yml

Invalid workflow file

(Line: 11, Col: 3): 'schedule' is already defined
on:
pull_request:
push:
branches:
- main
- master
schedule:
- cron: '17 2 * * *' # Run every day on a seemly random time.
schedule:
- cron: '17 2 * * *' # Run every day on a seemly random time.
jobs:
code-quality:
uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main