File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8989 publish :
9090 name : Publish results
9191 needs : [ build ]
92- if : always()
92+ if : ${{ always() && github.repository == 'libgit2/libgit2' }}
9393 runs-on : ubuntu-latest
9494 steps :
9595 - name : Check out benchmark repository
@@ -100,7 +100,7 @@ jobs:
100100 fetch-depth : 0
101101 ssh-key : ${{ secrets.BENCHMARKS_PUBLISH_KEY }}
102102 - name : Download test results
103- uses : actions/download-artifact@v3
103+ uses : actions/download-artifact@v4
104104 - name : Publish API
105105 run : |
106106 # Move today's benchmark run into the right place
Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ jobs:
401401 test_results :
402402 name : Test results
403403 needs : [ build ]
404- if : always()
404+ if : ${{ always() && github.repository == 'libgit2/libgit2' }}
405405 runs-on : ubuntu-latest
406406 steps :
407407 - name : Download test results
You can’t perform that action at this time.
0 commit comments