Skip to content

build(deps): bump ruby/setup-ruby from 1.162.0 to 1.187.0 #335

build(deps): bump ruby/setup-ruby from 1.162.0 to 1.187.0

build(deps): bump ruby/setup-ruby from 1.162.0 to 1.187.0 #335

Workflow file for this run

---
name: "β­• Trunk"
on:
push:
branches: [main]
tags: ["v*.*.*"]
pull_request:
types: [opened, synchronize]
schedule:
- cron: "0 05 * * 5"
workflow_dispatch: {}
jobs:
check:
if: github.event.schedule != '0 05 * * 5'
name: "⚑"
uses: z-shell/.github/.github/workflows/[email protected]
upload:
if: github.event.schedule == '0 05 * * 5'
name: "πŸ†™"
uses: z-shell/.github/.github/workflows/[email protected]
secrets:
trunk-token: ${{ secrets.TRUNK_TOKEN }}