Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: csharp benchmarks to run on master #4389

Merged
merged 2 commits into from Dec 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/dotnet_nugets.yml
Expand Up @@ -267,7 +267,7 @@ jobs:
permissions:
contents: write
deployments: write
pull-requests: write
if: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -364,5 +364,4 @@ jobs:
auto-push: false
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Push results to gh-pages branch
if: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
run: git push 'https://VowpalWabbit:${{ secrets.GITHUB_TOKEN }}@github.com/VowpalWabbit/vowpal_wabbit.git' gh-pages:gh-pages