mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-21 00:39:59 +00:00
ci: update global workflows (#1109)
This commit is contained in:
parent
ee3522fb6d
commit
240266cc39
4
.github/workflows/ci-qodana.yml
vendored
4
.github/workflows/ci-qodana.yml
vendored
@ -20,6 +20,8 @@ concurrency:
|
||||
jobs:
|
||||
qodana_initial_check:
|
||||
name: Qodana Initial Check
|
||||
permissions:
|
||||
actions: write # required to use workflow dispatch on fork PRs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -235,6 +237,8 @@ jobs:
|
||||
needs: [qodana_initial_check, qodana]
|
||||
runs-on: ubuntu-latest
|
||||
name: Dispatch Qodana
|
||||
permissions:
|
||||
actions: write # required to use workflow dispatch on fork PRs
|
||||
if: ${{ needs.qodana_initial_check.outputs.files != '' }}
|
||||
steps:
|
||||
- name: Setup qodana publish inputs
|
||||
|
Loading…
x
Reference in New Issue
Block a user