Skip to content

Aspect Workflows Warming #121

Aspect Workflows Warming

Aspect Workflows Warming #121

name: Aspect Workflows Warming
on:
# Run the workflows on a cron schedule to periodically create an up-to-date warming archive
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
schedule:
- cron: "0 8 * * *"
# Allow this to be triggered manually via the GitHub UI Actions tab
workflow_dispatch:
jobs:
warming-archive:
name: Aspect Workflows Warming
runs-on: [self-hosted, aspect-workflows, aspect-warming]
steps:
- name: Configure environment
run: configure_workflows_env
- uses: actions/checkout@v3
- name: Agent health checks
run: agent_health_check
- name: Create warming archive
uses: aspect-build/[email protected]
with:
task: warming
- name: Archive warming tars
run: warming_archive