code-analysis: code style fix and remove expression

This commit is contained in:
ilike2burnthing 2024-04-25 16:36:30 +01:00 committed by GitHub
parent edba9285a6
commit e4de5de7c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -35,14 +35,14 @@ on:
- cron: '00 00 * * 5' - cron: '00 00 * * 5'
concurrency: concurrency:
group: ${{github.workflow}} - ${{github.ref}} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
analyze: analyze:
name: Analyze name: Analyze
runs-on: windows-2022 runs-on: windows-2022
if: ${{github.repository == 'jackett/jackett'}} if: github.repository == 'jackett/jackett'
permissions: permissions:
actions: read actions: read
contents: read contents: read