Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c38da4e

Browse files
committedMar 18, 2025··
chore: restore standard runner
1 parent 19eee8b commit c38da4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/run-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
run-e2e-tests-on-utils:
16-
runs-on: aws-powertools_ubuntu-latest_8-core
16+
runs-on: ubuntu-latest
1717
env:
1818
NODE_ENV: dev
1919
PR_NUMBER: ${{ inputs.prNumber }}

0 commit comments

Comments
 (0)
Please sign in to comment.