Browse Source

Fix missing `workflow_dispatch` trigger for `build-security` (#29041)

Claire 3 months ago
parent
commit
7316a08380
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/build-security.yml

+ 2 - 0
.github/workflows/build-security.yml

@@ -1,4 +1,6 @@
 name: Build security nightly container image
+on:
+  workflow_dispatch:
 
 permissions:
   contents: read