mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-27 10:14:39 +01:00
Lifei/test workflow (#2772)
This commit is contained in:
10
.github/workflows/trigger-build-cli.yml
vendored
Normal file
10
.github/workflows/trigger-build-cli.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
name: Trigger Build CLI
|
||||
|
||||
jobs:
|
||||
trigger-build-cli:
|
||||
uses: ./.github/workflows/build-cli.yml
|
||||
with:
|
||||
ref: ${{ github.sha }}
|
||||
Reference in New Issue
Block a user