Skip to content

Commit

Permalink
Adjust github jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDrivenMitch committed Sep 30, 2024
1 parent cba671b commit 695f63f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Verify plugin
uses: gradle/[email protected]
with:
arguments: runPluginVerifier
arguments: verifyPlugin

- name: Publish plugin
uses: gradle/[email protected]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ jobs:
uses: JetBrains/[email protected]
with:
linter: jetbrains/qodana-jvm-community
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Verify plugin
uses: gradle/[email protected]
with:
arguments: runPluginVerifier
arguments: verifyPlugin
concurrency:
group: ${{github.workflow}}-${{github.head_ref || github.run_id }}
cancel-in-progress: true

0 comments on commit 695f63f

Please sign in to comment.