Skip to content

Commit

Permalink
enable manual running of codeql workflow and update name of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jvigliotta authored May 7, 2024
1 parent 65d264f commit 8e0bafb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql_scrub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
name: "CodeQL with Scrub"

on:
push:
Expand All @@ -18,6 +18,7 @@ on:
branches: [ "main", "release/*" ]
schedule:
- cron: '43 6 * * 6'
workflow_dispatch: {}

jobs:
analyze:
Expand Down

0 comments on commit 8e0bafb

Please sign in to comment.