Skip to content

Commit

Permalink
Avoid nightly jobs in forked projects (#5469)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelhamed authored Dec 30, 2021
1 parent 9760fd4 commit 71289e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
build-and-publish:
runs-on: windows-latest
if: github.repository == 'akkadotnet/akka.net'
steps:
- uses: actions/checkout@v2
- name: Setup .NET 5
Expand Down

0 comments on commit 71289e6

Please sign in to comment.