We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e003c commit d883fddCopy full SHA for d883fdd
.github/workflows/publish-nightly.yaml
@@ -9,6 +9,7 @@ on:
9
jobs:
10
publish:
11
runs-on: ubuntu-latest
12
+ if: ${{ github.repository == 'dotnet/BenchmarkDotNet' }}
13
steps:
14
- uses: actions/checkout@v3
15
- name: Set date
0 commit comments