Skip to content

Commit d883fdd

Browse files
Andrey AkinshinAndrey Akinshin
Andrey Akinshin
authored and
Andrey Akinshin
committed
Suppress running publish-nightly on forked repositories
1 parent 28e003c commit d883fdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-nightly.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
publish:
1111
runs-on: ubuntu-latest
12+
if: ${{ github.repository == 'dotnet/BenchmarkDotNet' }}
1213
steps:
1314
- uses: actions/checkout@v3
1415
- name: Set date

0 commit comments

Comments
 (0)