Enable to dispatch Code scanning [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-11-30 20:02:41 +09:00
parent d532d27507
commit 817193104d
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -19,6 +19,7 @@ on:
# - '**.ronn'
schedule:
- cron: '0 12 * * *'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}