Skip to content

Commit

Permalink
Update sonar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 authored Nov 17, 2022
1 parent 8cf6cdf commit 0a5134b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- cron: '36 12 * * *' # 12:36 PM UTC, daily (picked an odd start time to try to avoid competing for agents with other projects)
jobs:
build:
if: github.repository == 'apache/lucenenet' # Don't run on forks
if: github.repository == 'NightOwl888/lucenenet' # Don't run on forks
name: Build and analyze
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 0a5134b

Please sign in to comment.