Skip to content

cron: Check for rebuild #255

cron: Check for rebuild

cron: Check for rebuild #255

Workflow file for this run

name: "cron: Check for rebuild"
on:
schedule:
- cron: '0 4 * * *'
workflow_dispatch:
jobs:
build:
name: Check for rebuild
strategy:
matrix:
version: [ '8.0', '8.1', '8.2' ]
uses: ./.github/workflows/check-for-rebuild.yml
with:
version: ${{ matrix.version }}