diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40a7de4..3e46e7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ name: CI 'on': + schedule: + - cron: '30 5 * * 1' # Every Monday at 5:30 pull_request: push: branches: diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index b285c92..94c9b88 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -1,6 +1,8 @@ name: Docker build 'on': + schedule: + - cron: '30 5 * * 1' # Every Monday at 5:30 pull_request: push: branches: @@ -8,9 +10,6 @@ name: Docker build - develop - feature/** -env: - CMAKE_COMMON_FLAGS: -DUserverGrpc_VERSION=1.51.0 - jobs: tests: runs-on: ubuntu-latest