mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
ci: only publish benchmarks from libgit2/libgit2
Benchmark runs are trying to be pushed from repos that _aren't_ libgit2/libgit2. Try again with the syntax.
This commit is contained in:
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@@ -89,7 +89,7 @@ jobs:
|
||||
publish:
|
||||
name: Publish results
|
||||
needs: [ build ]
|
||||
if: ${{ always() && github.repository == 'libgit2/libgit2' }}
|
||||
if: always() && github.repository == 'libgit2/libgit2'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out benchmark repository
|
||||
|
||||
Reference in New Issue
Block a user