Skip to content

Commit

Permalink
ci: nf-test job filter by tag cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
sateeshperi committed Dec 2, 2024
1 parent 210199e commit c4d81d4
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 @@ -186,7 +186,8 @@ jobs:
--shard ${{ matrix.shard }}/${{ env.TOTAL_SHARDS }} \
--changed-since HEAD^ \
--profile "+${{ matrix.profile }}" \
--filter ${{ matrix.filter }}
--filter ${{ matrix.filter }} \
--tag "cpu"
- name: Output log on failure
if: failure()
Expand Down

0 comments on commit c4d81d4

Please sign in to comment.