Skip to content

Commit

Permalink
Add workflow dispatch to codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc authored Dec 10, 2023
1 parent 9e51baa commit 4528a2c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"

on:
Expand All @@ -18,7 +7,8 @@ on:
branches: [ "main" ]
schedule:
- cron: '35 6 * * 4'

workflow_dispatch:

jobs:
analyze:
name: Analyze
Expand Down

0 comments on commit 4528a2c

Please sign in to comment.