Skip to content

App Weekly Release

App Weekly Release #8

Workflow file for this run

name: App Weekly Release
on:
schedule:
- cron: '0 1 * * 0'
jobs:
ci:
name: App Build
uses: ./.github/workflows/app-build.yml
with:
path: 'weekly'