mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-19 01:45:48 +08:00
ci: Pin the runner image in the -pc e2e job (#36825)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user