Skip to content

build(deps): bump actions/labeler from 4 to 5 #35

build(deps): bump actions/labeler from 4 to 5

build(deps): bump actions/labeler from 4 to 5 #35

Workflow file for this run

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