Skip to content

.github/workflows/schedule.yml #40

.github/workflows/schedule.yml

.github/workflows/schedule.yml #40

Workflow file for this run

# http://webui.me
# https://github.com/webui-dev/zig-webui
# Licensed under MIT License.
# All rights reserved.
name: Schedule
on:
schedule:
- cron: '0 2 * * *'
jobs:
windows:
uses: ./.github/workflows/windows.yml
permissions:
contents: write
macos:
uses: ./.github/workflows/macos.yml
permissions:
contents: write
linux:
uses: ./.github/workflows/linux.yml
permissions:
contents: write