Skip to content

Commit

Permalink
ci: update global workflows (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
LizardByte-bot committed Mar 30, 2023
1 parent ee3522f commit 240266c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-qodana.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 240266c

Please sign in to comment.