Skip to content

Commit

Permalink
ci: fix e2e runner name (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
bferenc authored Aug 6, 2024
1 parent ce77002 commit 55adf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
name: extension
path: extension.zip
e2e:
runs-on: ubuntu-latest-16-cores-core-extension
needs: build
name: Run E2E Smoke Tests
runs-on: ubuntu-latest-16-cores
environment: e2e
env:
RUNNER: CI
Expand Down

0 comments on commit 55adf66

Please sign in to comment.