mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-30 03:32:43 +00:00
qodana: fix notification conditions (#1053)
This commit is contained in:
parent
744b54ffd4
commit
c820f0a670
4
.github/workflows/ci-qodana.yml
vendored
4
.github/workflows/ci-qodana.yml
vendored
@ -117,7 +117,9 @@ jobs:
|
||||
echo "client_payload=$client_payload" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Repository Dispatch
|
||||
if: ${{ steps.prepare.outputs.files != '' }}
|
||||
if: >-
|
||||
startsWith(github.event_name, 'pull_request') &&
|
||||
steps.prepare.outputs.files != ''
|
||||
uses: peter-evans/repository-dispatch@v2.1.1
|
||||
with:
|
||||
token: ${{ secrets.GH_BOT_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user