File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://json.schemastore.org/github-workflow
2+
3+ name : Verify Plugin Distribution
4+ on :
5+ schedule :
6+ # Once per hour
7+ #
8+ # ┌───────────── minute (0 - 59)
9+ # │ ┌────────── hour (0 - 23)
10+ # │ │ ┌─────── day of the month (1 - 31)
11+ # │ │ │ ┌──── month (1 - 12 or JAN-DEC)
12+ # │ │ │ │ ┌─ day of the week (0 - 6 or SUN-SAT)
13+ # │ │ │ │ │
14+ # │ │ │ │ │
15+ # │ │ │ │ │
16+ - cron : ' 0 * * * *'
17+ push :
18+ branches :
19+ - ' develop'
20+ paths :
21+ - ' .github/workflows/verify-distribution.yml'
22+ pull_request :
23+ branches :
24+ - ' **'
25+ paths :
26+ - ' .github/workflows/verify-distribution.yml'
27+ workflow_dispatch :
28+
29+ permissions : {}
30+
31+ jobs :
32+ verify :
33+ name : Verify Plugin Distribution
34+ permissions : {}
35+ uses : johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@trunk
36+ with :
37+ plugin : wp-crontrol
38+ owner : johnbillion
You can’t perform that action at this time.
0 commit comments