ci: Fix benchmark cli path (no-changelog) (#10506)

This commit is contained in:
Tomi Turtiainen 2024-08-22 12:16:25 +03:00 committed by GitHub
parent f667b384c9
commit 2f3a5b63f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ on:
branches: branches:
- main - main
paths: paths:
- 'packages/benchmark/**' - 'packages/@n8n/benchmark/**'
- 'pnpm-lock.yaml' - 'pnpm-lock.yaml'
- 'pnpm-workspace.yaml' - 'pnpm-workspace.yaml'
- '.github/workflows/docker-images-benchmark.yml' - '.github/workflows/docker-images-benchmark.yml'
@ -35,7 +35,7 @@ jobs:
uses: docker/build-push-action@v5.1.0 uses: docker/build-push-action@v5.1.0
with: with:
context: . context: .
file: ./packages/benchmark/Dockerfile file: ./packages/@n8n/benchmark/Dockerfile
platforms: linux/amd64 platforms: linux/amd64
provenance: false provenance: false
push: true push: true