Skip to content

Commit

Permalink
Warming workflow!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Dec 28, 2024
1 parent c34994d commit 9b74e89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/aspect-workflows-warming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down

0 comments on commit 9b74e89

Please sign in to comment.