Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasrim committed Jan 8, 2025
1 parent 21a9462 commit 76a092f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runner: [ubuntu-latest, [self-hosted, linux, ARM64]]

# We do not run debug epoll
if: matrix.proactor != 'Epoll' || matrix.build-type == 'Release'
if: ${{ matrix.proactor != 'Epoll' || matrix.build-type == 'Release' }}

runs-on: ${{ matrix.runner }}

Expand Down

0 comments on commit 76a092f

Please sign in to comment.