We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8bd7b commit 99bced3Copy full SHA for 99bced3
buildkite/src/Monorepo.dhall
@@ -50,12 +50,10 @@ let commands: PipelineFilter.Type -> PipelineMode.Type -> List Cmd.Type = \(fi
50
let pipelineHandlers = {
51
PullRequest = ''
52
if [ "${targetMode}" = "PullRequest" ]; then
53
- if [ "${isIncluded}" = "True" ]; then
54
- if (cat _computed_diff.txt | egrep -q '${dirtyWhen}'); then
+ if (cat _computed_diff.txt | egrep -q '${dirtyWhen}'); then
55
echo "Triggering ${job.name} for reason:"
56
cat _computed_diff.txt | egrep '${dirtyWhen}'
57
${Cmd.format trigger}
58
- fi
59
else
60
echo "Skipping ${job.name} because this is a ${filter} stage"
61
fi
0 commit comments