chore: temporarily disable CodeQL (see extended)

I'll be reconfiguring CodeQL for ass 15 at some point
pull/235/head
Josh Moore 7 months ago committed by GitHub
parent 760a3fac67
commit 5cc744e6d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,16 +9,16 @@
# the `language` matrix defined below to confirm you have the correct set of # the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages. # supported CodeQL languages.
# #
name: "CodeQL" #name: "CodeQL"
on: #on:
push: # push:
branches: [ master ] # branches: [ master ]
pull_request: # pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ master ] # branches: [ master ]
schedule: # schedule:
- cron: '24 21 * * 3' # - cron: '24 21 * * 3'
jobs: jobs:
analyze: analyze:

Loading…
Cancel
Save