Skip to content

⭕ Trunk

⭕ Trunk #499

Workflow file for this run

---
name: "⭕ Trunk"
on:
push:
branches: [main]
tags: ["v*.*.*"]
pull_request:
types: [opened, synchronize]
schedule:
- cron: "0 07 * * 5"
- cron: "0 01 * * 1"
workflow_dispatch: {}
jobs:
check:
if: github.event.schedule != '0 07 * * 5'
name: "⚡ Check"
uses: z-shell/.github/.github/workflows/[email protected]
upload:
if: github.event.schedule == '0 07 * * 5'
name: "🆙 Upload"
uses: z-shell/.github/.github/workflows/[email protected]
secrets:
trunk-token: ${{ secrets.TRUNK_TOKEN }}
upgrade:
if: github.event.schedule == '0 01 * * 1'
name: "✨ Upgrade"
uses: z-shell/.github/.github/workflows/trunk.yml@main
with:
action: upgrade