Skip to content

Commit

Permalink
Suppress running publish-nightly on forked repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Akinshin authored and Andrey Akinshin committed Jul 9, 2023
1 parent 28e003c commit d883fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
if: ${{ github.repository == 'dotnet/BenchmarkDotNet' }}
steps:
- uses: actions/checkout@v3
- name: Set date
Expand Down

0 comments on commit d883fdd

Please sign in to comment.