mirror of
https://github.com/pestphp/pest.git
synced 2026-07-25 02:50:04 +02:00
add scheduled workflow runs
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
name: Static Analysis
|
name: Static Analysis
|
||||||
|
|
||||||
on: ['push', 'pull_request']
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
static:
|
static:
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
name: Tests
|
name: Tests
|
||||||
|
|
||||||
on: ['push', 'pull_request']
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
|||||||
Reference in New Issue
Block a user