Skip to content

call preload caches #101

call preload caches

call preload caches #101

name: call preload caches
on:
push:
branches:
- main
schedule:
# Run every Monday at 7:45am UTC.
- cron: 45 7 * * 1
# Allow manually running this workflow.
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
cache_actionlint:
name: cache actionlint
uses: ./.github/workflows/preload-caches-actionlint.yml