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:
Lucas Manuel Rodriguez 2023-09-21 15:14:43 -03:00 committed by GitHub
parent 3a74a9fda4
commit fe7d9f9f8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ on:
- 'handbook/**'
- 'website/**'
- 'mdm-profiles/**'
workflow_dispatch: # Manual
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency: