diff --git a/.github/workflows/aspect-workflows-warming.yaml b/.github/workflows/aspect-workflows-warming.yaml index c8b69d42..184096ff 100644 --- a/.github/workflows/aspect-workflows-warming.yaml +++ b/.github/workflows/aspect-workflows-warming.yaml @@ -5,6 +5,8 @@ on: # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule schedule: - cron: '0 8 * * *' + push: + branches: [main-gha] # Allow this to be triggered manually via the GitHub UI Actions tab workflow_dispatch: @@ -19,7 +21,8 @@ jobs: - name: Workflows environment run: ${ASPECT_WORKFLOWS_BIN_DIR}/configure_workflows_env - uses: actions/checkout@v4 - ref: main-gha + with: + ref: main-gha - name: Agent health check # Set RUNNER_TRACKER_ID="" to prevent GitHub Actions from killing the Bazel server started # during health check when "Cleaning up orphan processes" in the "Complete job" step.