Skip to content

Commit

Permalink
ci(biuildkite): skip test&build for changes in query-engine/query-eng…
Browse files Browse the repository at this point in the history
…ine-wasm (prisma#4371)
  • Loading branch information
Jolg42 authored Oct 26, 2023
1 parent 51d8349 commit 473ee41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/engineer
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GIT_DIFF=$(git diff --name-only HEAD HEAD~1 -- .)
# Checks what's the diff with the previous commit,
# excluding some paths that do not need a run,
# because they do not affect tests running in Buildkite.
GIT_DIFF_WITH_IGNORED_PATHS=$(git diff --name-only HEAD HEAD~1 -- . ':!.github' ':!query-engine/driver-adapters/js' ':!renovate.json' ':!*.md' ':!LICENSE' ':!CODEOWNERS';)
GIT_DIFF_WITH_IGNORED_PATHS=$(git diff --name-only HEAD HEAD~1 -- . ':!.github' ':!query-engine/driver-adapters/js' ':!query-engine/query-engine-wasm' ':!renovate.json' ':!*.md' ':!LICENSE' ':!CODEOWNERS';)

# $2 is either "test" or "build", depending on the pipeline
# Example: ./.buildkite/engineer pipeline test
Expand Down

0 comments on commit 473ee41

Please sign in to comment.