Skip to content

Commit

Permalink
Will only check successful runs for artifacts
Browse files Browse the repository at this point in the history
Will only check runs from PytestBenchmarkTesting
branch, should check only master in final version
  • Loading branch information
CalShucha committed Jan 30, 2025
1 parent 9bf6e1c commit 78ce5fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ jobs:
id: download-artifact
uses: dawidd6/action-download-artifact@v8
with:
# branch: master
branch: PytestBenchmarkTesting
name: benchmark-results${{ matrix.python-version }}
path: /home/runner/work/taf/taf/.benchmarks/${{ runner.os }}-CPython-${{ matrix.python-version }}-64bit
workflow_conclusion: success

- name: Run benchmark
run: |
Expand Down

0 comments on commit 78ce5fc

Please sign in to comment.