Skip to content

Commit

Permalink
Update codeql.yml (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekazakov authored Apr 17, 2024
1 parent 06dfcb9 commit c3e3ab7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
name: "CodeQL"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '22 0 * * 6'
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
# schedule:
# - cron: '22 0 * * 6'
workflow_dispatch:

env:
Expand Down Expand Up @@ -84,7 +84,8 @@ jobs:
- name: Build
run: |
sudo xcode-select -s /Applications/Xcode_$XC_VERSION.app
cd Scripts && ./run_all_unit_tests.sh Debug
# cd Scripts && ./run_all_unit_tests.sh Debug
xcodebuild -project Source/NimbleCommander/NimbleCommander.xcodeproj -scheme BaseUT -configuration Debug
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit c3e3ab7

Please sign in to comment.