ci: Pin the runner image in the -pc e2e job (#36825)

This commit is contained in:
Iván Ovejero
2026-08-21 14:07:18 +00:00
committed by GitHub
parent f41cf0cbd6
commit c4892a4a1a
@@ -12,12 +12,18 @@ on:
required: false
default: 'n8nio/n8n:nightly-pc'
type: string
runners-image:
description: 'Task runner image to boot beside it'
required: false
default: 'n8nio/runners:nightly'
type: string
permissions:
contents: read
env:
TEST_IMAGE_N8N: ${{ inputs.image || 'n8nio/n8n:nightly-pc' }}
TEST_IMAGE_TASK_RUNNER: ${{ inputs.runners-image || 'n8nio/runners:nightly' }}
jobs:
e2e-pc: