diff --git a/.github/workflows/test-waylonwalker-com.yml b/.github/workflows/test-waylonwalker-com.yml index cc16dee..59b77f4 100644 --- a/.github/workflows/test-waylonwalker-com.yml +++ b/.github/workflows/test-waylonwalker-com.yml @@ -9,6 +9,8 @@ on: branches: [ master ] pull_request: branches: [ master ] + schedule: + - cron: '*/10 * * * *' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -54,4 +56,4 @@ jobs: # uses: actions/upload-artifact@v2 # with: # name: pytest-log - # path: pytest.log \ No newline at end of file + # path: pytest.log