diff --git a/.github/workflows/test-waylonwalker-com.yml b/.github/workflows/test-waylonwalker-com.yml index bb70989..a1a9cb3 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: 0/10 * * * * # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -61,4 +63,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: pytest-log - path: pytest.log \ No newline at end of file + path: pytest.log