Allow manual trigger for CodeQL action (#286)

This commit is contained in:
TiejunZhou
2023-07-13 13:24:31 +08:00
committed by GitHub
parent fd2bf7c19a
commit 1ffd7c2cde

View File

@@ -12,6 +12,7 @@
name: "CodeQL" name: "CodeQL"
on: on:
workflow_dispatch:
schedule: schedule:
- cron: '33 1 * * 6' - cron: '33 1 * * 6'