ci: update global workflows (#1109)
This commit is contained in:
@@ -20,6 +20,8 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
qodana_initial_check:
|
qodana_initial_check:
|
||||||
name: Qodana Initial Check
|
name: Qodana Initial Check
|
||||||
|
permissions:
|
||||||
|
actions: write # required to use workflow dispatch on fork PRs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -235,6 +237,8 @@ jobs:
|
|||||||
needs: [qodana_initial_check, qodana]
|
needs: [qodana_initial_check, qodana]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Dispatch Qodana
|
name: Dispatch Qodana
|
||||||
|
permissions:
|
||||||
|
actions: write # required to use workflow dispatch on fork PRs
|
||||||
if: ${{ needs.qodana_initial_check.outputs.files != '' }}
|
if: ${{ needs.qodana_initial_check.outputs.files != '' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup qodana publish inputs
|
- name: Setup qodana publish inputs
|
||||||
|
|||||||
Reference in New Issue
Block a user