Skip to content

Commit

Permalink
ci: Fix benchmark cli path (no-changelog) (#10506)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi authored Aug 22, 2024
1 parent f667b38 commit 2f3a5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-images-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main
paths:
- 'packages/benchmark/**'
- 'packages/@n8n/benchmark/**'
- 'pnpm-lock.yaml'
- 'pnpm-workspace.yaml'
- '.github/workflows/docker-images-benchmark.yml'
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
uses: docker/build-push-action@v5.1.0
with:
context: .
file: ./packages/benchmark/Dockerfile
file: ./packages/@n8n/benchmark/Dockerfile
platforms: linux/amd64
provenance: false
push: true
Expand Down

0 comments on commit 2f3a5b6

Please sign in to comment.