Skip to content

Commit

Permalink
force pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikuni17 committed Dec 17, 2024
1 parent 9dec994 commit 5ddf0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/pipelines/pull_request/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const getPipeline = (filename: string, removeSteps = true) => {

pipeline.push(getAgentImageConfig({ returnYaml: true }));

const onlyRunQuickChecks = await areChangesSkippable([/^renovate\.json$/], REQUIRED_PATHS);
const onlyRunQuickChecks = true; // await areChangesSkippable([/^renovate\.json$/], REQUIRED_PATHS);
if (onlyRunQuickChecks) {
pipeline.push(getPipeline('.buildkite/pipelines/pull_request/renovate.yml', false));
pipeline.push(getPipeline('.buildkite/pipelines/pull_request/post_build.yml'));
Expand Down

0 comments on commit 5ddf0cf

Please sign in to comment.