mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Disable qodana for remote PRs
We don't have a token for them
This commit is contained in:
parent
bde696124b
commit
2b2607cfcd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/code-quality.yml
vendored
1
.github/workflows/code-quality.yml
vendored
|
@ -8,6 +8,7 @@ env:
|
|||
|
||||
jobs:
|
||||
main:
|
||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue