Skip to content

Commit

Permalink
feat(trunk): Add workflow_call trigger (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware authored Feb 25, 2025
1 parent 37f0522 commit 6865d40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trunk-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Trunk Upgrade
on:
schedule:
- cron: 0 1 * * 2
workflow_call: {}
workflow_dispatch: {}

permissions: {}
Expand Down Expand Up @@ -41,4 +42,4 @@ jobs:
uses: trunk-io/trunk-action/upgrade@8e4c812061ece3fa253bbfa5a80ee1caefa19eb1 # v1.22.9
with:
github-token: ${{ steps.decrypt-token.outputs.temp-token }}
prefix: "ci(trunk):"
prefix: "ci(trunk): "

0 comments on commit 6865d40

Please sign in to comment.