summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-12-18 15:11:12 +0000
committerGitHub <noreply@github.com>2020-12-18 15:11:12 +0000
commitbe85c7e8e5510b5b4f7930e0f8b0b0238b297947 (patch)
tree26f7a9202598a556045911a0e1dce71873f217fe
parent530d37beb2731a2073f5298242825a803815c37c (diff)
downloadlibgit2-be85c7e8e5510b5b4f7930e0f8b0b0238b297947.tar.gz
ci: only run codeql nightly
-rw-r--r--.github/workflows/codeql.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index cd370957f..38b4a044a 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -1,10 +1,7 @@
name: "CodeQL"
on:
- push:
- branches: [ master, maint/* ]
- pull_request:
- branches: [ master, maint/* ]
+ workflow_dispatch:
schedule:
- cron: '21 3 * * 1'