Fix missing `workflow_dispatch` trigger for `build-security` (#29041)
This commit is contained in:
parent
85bdd145dc
commit
883f589653
|
@ -1,4 +1,6 @@
|
||||||
name: Build security nightly container image
|
name: Build security nightly container image
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Reference in New Issue