mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Allow manual run of docker publish CI action (#14051)
I need this change to load test #13926. Due to recent changes we are not triggering a build on every branch/commit pushed. For load testing we need a way to trigger a build manually.
This commit is contained in:
parent
3a74a9fda4
commit
fe7d9f9f8b
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ on:
|
|||
- 'handbook/**'
|
||||
- 'website/**'
|
||||
- 'mdm-profiles/**'
|
||||
workflow_dispatch: # Manual
|
||||
|
||||
# This allows a subsequently queued workflow run to interrupt previous runs
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Reference in a new issue