diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 373618341a..6dc4ed455f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,6 +4,8 @@ on: branches: - master pull_request: + schedule: + - cron: '0 2 * * *' # Run every day, at 2AM UTC. env: GOPATH: ${{ github.workspace }} WORKING_DIR: ./src/github.com/google/pprof/