Skip to content

Commit

Permalink
Disable CodeQL crap since it STILL doesn't do .NET 5 and I'm sick of …
Browse files Browse the repository at this point in the history
…the errors.
  • Loading branch information
PJB3005 committed Jan 12, 2021
1 parent 2898f53 commit 604a1a6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
#
name: "CodeQL"

on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '30 18 * * 6'
#on:
# push:
# branches: [ master ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ master ]
# schedule:
# - cron: '30 18 * * 6'

jobs:
analyze:
Expand All @@ -38,12 +38,12 @@ jobs:
uses: actions/checkout@v2
with:
submodules: true

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100

- name: Build
run: dotnet build

Expand Down

0 comments on commit 604a1a6

Please sign in to comment.