Skip to content

Commit

Permalink
Use standard runner for E2E tests (#2644)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Aug 28, 2024
1 parent fd8e09a commit 17fb382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
contents: read
checks: read
actions: read # Required by workflow-telemetry-action
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest
timeout-minutes: 45
env:
ALL_BROWSERS: ${{ github.ref == 'refs/heads/main' || github.event.inputs.all_browsers && 'true' || 'false' }}
Expand Down

0 comments on commit 17fb382

Please sign in to comment.