diff options
| author | XhmikosR <[email protected]> | 2021-12-02 23:02:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-02 23:02:11 +0200 |
| commit | 6eef480e1e0c839243871b7714a925a14579fc28 (patch) | |
| tree | f49452b716817a746847472c31c9643c36ac8ada /.github/workflows/codeql.yml | |
| parent | 2ff1eb0daaabcac2b5d0a850a1cdf4008566470b (diff) | |
| download | bootstrap-6eef480e1e0c839243871b7714a925a14579fc28.tar.xz bootstrap-6eef480e1e0c839243871b7714a925a14579fc28.zip | |
CI: add `workflow_dispatch` (#35454)
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index de6626a15..2aa437417 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -14,6 +14,7 @@ on: - "!dependabot/**" schedule: - cron: "0 2 * * 5" + workflow_dispatch: jobs: analyze: |
