Skip to content

Commit

Permalink
#2251 ignore this worflow for PRs from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed May 17, 2024
1 parent 2acb732 commit c9d3332
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ on:
types: [ opened, synchronize, reopened ]
jobs:
sonarcloud:
if: github.repository == 'objectionary/eo' &&
github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c9d3332

Please sign in to comment.