Fix repository name for 'if'

== is case sensitive for gha
This commit is contained in:
Cedric Willekens 2024-04-26 13:16:27 +02:00
parent 2a5d6c5273
commit 0623c9a7ab
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ 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

View File

@ -16,7 +16,7 @@ jobs:
redeliver-failed-deliveries: redeliver-failed-deliveries:
name: Redeliver failed deliveries name: Redeliver failed deliveries
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.repository == 'jackett/jackett' if: github.repository == 'Jackett/Jackett'
steps: steps:
# This workflow will run a script that is stored in the repository. This step checks out the repository contents so that the workflow can access the script. # This workflow will run a script that is stored in the repository. This step checks out the repository contents so that the workflow can access the script.
- name: Check out repo content - name: Check out repo content