Skip to content

Commit

Permalink
Update Qodana.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasp402 authored Mar 31, 2024
1 parent 7080875 commit 575778a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Qodana.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Qodana
name: 🧪 Qodana
on:
workflow_dispatch:
pull_request:
Expand All @@ -15,7 +15,7 @@ jobs:
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
Expand Down

0 comments on commit 575778a

Please sign in to comment.