Skip to content

Commit

Permalink
attempt n+1
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Oct 1, 2024
1 parent 10c21d7 commit efbf9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarsource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ env:
jobs:
remove-label:
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'run-sonarsource' }}
steps:
- name: Remove label
run: |
gh pr edit $PR_URL --remove-label run-sonarsource
Expand Down

0 comments on commit efbf9cf

Please sign in to comment.