Skip to content

Commit

Permalink
yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfriesen committed Feb 13, 2024
1 parent bba8110 commit 56a8521
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,9 @@ jobs:
config: ${{ matrix.config }}
os: ${{ matrix.os }}
arch: ${{ matrix.arch }}
if: ${{ github.event_name == 'schedule' }}
codeql: true
if: matrix.os == 2022
upload_artifacts: true
if: github.event_name != 'pull_request' && matrix.os == 2022
publish_symbols: true
codeql: ${{ github.event_name == 'schedule' }}
upload_artifacts: ${{ matrix.os == 2022 }}
publish_symbols: ${{ github.event_name != 'pull_request' && matrix.os == 2022 }}

functional_tests:
name: Functional Tests
Expand Down

0 comments on commit 56a8521

Please sign in to comment.