Skip to content

Commit

Permalink
chore(ci): add comment on runner perf issues
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra committed Oct 30, 2024
1 parent 9cf8576 commit e8ec480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable_test_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ permissions:
jobs:
test-packages:
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
# ARM64 tests are currently failing with small GHA runners and so they are timing out
runs-on: ${{ (inputs.arch == 'aarch64' && 'github-arm64-2c-8gb') || 'ubuntu-latest' }}
steps:
- name: Download binary
Expand Down

0 comments on commit e8ec480

Please sign in to comment.