Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeng-jump committed Oct 21, 2024
1 parent 456d757 commit 904f651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
if: ${{ contains(matrix.targets, 'fdctl') && !contains(matrix.extras, 'no-agave') }}

- name: free kernel hugepage pool
if: ${{ matrix.label == 'icelake' }}
if: ${{ matrix.label == 'icelake' || contains(matrix.label, 'ci') }}
shell: bash
run: |
set -x
Expand Down

0 comments on commit 904f651

Please sign in to comment.