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

This commit is contained in:
Claire 2024-02-01 10:52:01 +01:00 committed by GitHub
parent 8b7b0ee598
commit 7316a08380
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

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