From 9b74e894b76b1735fe80cf13532d288ac67f354a Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Sun, 29 Dec 2024 05:23:50 +0700 Subject: [PATCH] Warming workflow!!! --- .github/workflows/aspect-workflows-warming.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.