Skip to content

Weekly Project Rebuild #10

Weekly Project Rebuild

Weekly Project Rebuild #10

Workflow file for this run

name: Weekly Project Rebuild
on:
schedule:
- cron: '0 4 * * 3'
jobs:
build:
if: github.repository == 'winft/wrapland'
uses: ./.github/workflows/build.yml
with:
image: registry.gitlab.com/kwinft/ci-images/archlinux/frameworks-master
package:
uses: ./.github/workflows/package.yml
needs: build
with:
image: registry.gitlab.com/kwinft/ci-images/archlinux/frameworks-master
package-name: wrapland