Skip to content

Commit

Permalink
fix: Remove leftovers in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Aug 29, 2024
1 parent 84ccc6f commit 238630c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
schedule:
- cron: "36 19 * * 4"

env:
PROJECT_TYPE: KEXT

jobs:
analyze:
name: CodeQL Analysis
Expand All @@ -33,12 +30,6 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: CI Bootstrap
run: |
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
- name: Lilu Bootstrap
run: |
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/Lilu/master/Lilu/Scripts/bootstrap.sh) && eval "$src" || exit 1
- run: xcodebuild -configuration Debug
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
release:
types: [published]

env:
PROJECT_TYPE: KEXT

jobs:
build:
name: Build
Expand Down

0 comments on commit 238630c

Please sign in to comment.