diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2c9c400..3d6d25a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,7 @@ on: push: pull_request: schedule: - - cron: '@weekly' + - cron: '0 7 * * 1' jobs: lint: runs-on: ubuntu-latest diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49e2bdf..231de25 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ on: push: pull_request: schedule: - - cron: '@weekly' + - cron: '0 7 * * 1' jobs: test: runs-on: ubuntu-latest