Files
kaizen/.github/workflows/scheduled.yml
SimoZ64 f5d634a5f6 Squashed 'external/imgui/' content from commit f4d935909
git-subtree-dir: external/imgui
git-subtree-split: f4d9359095eff3eb03f685921edc1cf0e37b1687
2025-04-15 09:33:17 +02:00

16 lines
312 B
YAML

#
# This is a dummy workflow used to trigger scheduled builds. Forked repositories most likely should disable this
# workflow to avoid daily builds of inactive repositories.
#
name: scheduled
on:
schedule:
- cron: '0 9 * * *'
jobs:
scheduled:
runs-on: ubuntu-latest
steps:
- run: exit 0