run frequently
This commit is contained in:
parent
88e4933334
commit
a630c12471
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test-waylonwalker-com.yml
vendored
4
.github/workflows/test-waylonwalker-com.yml
vendored
|
|
@ -9,6 +9,8 @@ on:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
schedule:
|
||||||
|
- cron: 0/10 * * * *
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -61,4 +63,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: pytest-log
|
name: pytest-log
|
||||||
path: pytest.log
|
path: pytest.log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue