Skip to content

Commit

Permalink
feat: add workflow dispatch for trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
taloric committed Jan 6, 2025
1 parent d76cd95 commit 43b4882
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/agent-build-rust-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- 'agent/docker/DockerfileToFix-aarch64.build'
- 'agent/docker/dockerfile-build-env'
- 'agent/docker/dockerfile-build-env-aarch64'
workflow_dispatch:
inputs:
ref:
description: "Why trigger?"
required: true
type: string

name: build agent env

Expand Down

0 comments on commit 43b4882

Please sign in to comment.