Run Every 10 Minutes
This commit is contained in:
parent
7c93ccc8b7
commit
0020c27a6a
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: '*/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:
|
||||||
|
|
@ -54,4 +56,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