Skip to content

Commit

Permalink
chore: temporarily disable CodeQL (see extended)
Browse files Browse the repository at this point in the history
I'll be reconfiguring CodeQL for ass 15 at some point
  • Loading branch information
Josh Moore committed Oct 14, 2023
1 parent 760a3fa commit 5cc744e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
#name: "CodeQL"

on:
push:
branches: [ master ]
pull_request:
#on:
# push:
# branches: [ master ]
# pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '24 21 * * 3'
# branches: [ master ]
# schedule:
# - cron: '24 21 * * 3'

jobs:
analyze:
Expand Down

0 comments on commit 5cc744e

Please sign in to comment.