diff --git a/.github/workflows/frontend_runtime_application_manual_e2e_run.yml b/.github/workflows/frontend_runtime_application_manual_e2e_run.yml index c2acbf8..ce47338 100644 --- a/.github/workflows/frontend_runtime_application_manual_e2e_run.yml +++ b/.github/workflows/frontend_runtime_application_manual_e2e_run.yml @@ -189,7 +189,7 @@ jobs: # Note this is the only job that leverages amd64 runs-on: ${{ (inputs.fallback_runner && 'ubuntu-latest') || - 'scaleset-jupiterone-infra-amd64' }} + 'scaleset-jupiterone-infra-e2e' }} container: # Available containers here: https://hub.docker.com/r/cypress/browsers/tags image: cypress/browsers:node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1 diff --git a/.github/workflows/frontend_runtime_e2e_trigger_response.yml b/.github/workflows/frontend_runtime_e2e_trigger_response.yml index f76e9cb..9cc85fa 100644 --- a/.github/workflows/frontend_runtime_e2e_trigger_response.yml +++ b/.github/workflows/frontend_runtime_e2e_trigger_response.yml @@ -137,7 +137,7 @@ jobs: # Note this is the only job that leverages amd64 runs-on: ${{ (inputs.fallback_runner && 'ubuntu-latest') || - 'scaleset-jupiterone-infra-amd64' }} + 'scaleset-jupiterone-infra-e2e' }} container: # Available containers here: https://hub.docker.com/r/cypress/browsers/tags image: cypress/browsers:node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1