summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiejunZhou <[email protected]>2023-07-13 13:24:31 +0800
committerGitHub <[email protected]>2023-07-13 13:24:31 +0800
commit1ffd7c2cde771c3f90851668d99c7e14e54b3b8b (patch)
tree74c549782763399445a4e22294ed7d78c8899a40
parentfd2bf7c19a03da5b8e5a9dfd5a0e709de1e833ff (diff)
Allow manual trigger for CodeQL action (#286)
-rw-r--r--.github/workflows/codeql.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index ed4452ff..f73f2876 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -12,6 +12,7 @@
name: "CodeQL"
on:
+ workflow_dispatch:
schedule:
- cron: '33 1 * * 6'