mirror of
https://gh.wpcy.net/https://github.com/wp-cli/profile-command.git
synced 2026-04-17 14:32:21 +08:00
15 lines
269 B
YAML
15 lines
269 B
YAML
name: Testing
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- main
|
|
- master
|
|
schedule:
|
|
- cron: '17 1 * * *' # Run every day on a seemly random time.
|
|
|
|
jobs:
|
|
test:
|
|
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
|