Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ilnarkhasanov committed Mar 29, 2024
1 parent 5e75436 commit 56d622a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ name: sonarcloud
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
if: github.repository == 'yegor256/cam' &&
github.event_name != 'pull_request' ||
if: github.repository == 'yegor256/cam' &&
github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 56d622a

Please sign in to comment.