Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwavecut authored Feb 23, 2024
1 parent 9cb9a4b commit bc8dfdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches: ["disabled"] # [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '28 6 * * 2'
branches: ["disabled"] # [ "main" ]
#schedule:
# - cron: '28 6 * * 2'

jobs:
analyze:
Expand Down

0 comments on commit bc8dfdc

Please sign in to comment.