File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5959 tool-cache : false
6060
6161 - name : Create Deployment
62- if : github.event_name == 'push' || (steps.check-files.outputs.any_changed == 'true' && startsWith(github.event_name, 'pull_request'))
62+ if : github.event_name == 'push' || (steps.check-files.outputs.any_modified == 'true' && startsWith(github.event_name, 'pull_request'))
6363 uses : actions/github-script@v7
6464 id : deployment
6565 env :
@@ -126,15 +126,15 @@ jobs:
126126 dotnet run --project src/docs-builder -- --strict --path-prefix "${PATH_PREFIX}"
127127
128128 - name : Build documentation
129- if : github.repository != 'elastic/docs-builder' && (steps.deployment.outputs.result || (steps.check-files.outputs.any_changed == 'true' && github.event_name == 'merge_group'))
129+ if : github.repository != 'elastic/docs-builder' && (steps.deployment.outputs.result || (steps.check-files.outputs.any_modified == 'true' && github.event_name == 'merge_group'))
130130 uses : elastic/docs-builder@main
131131 continue-on-error : ${{ fromJSON(inputs.continue-on-error != '' && inputs.continue-on-error || 'false') }}
132132 with :
133133 prefix : ${{ env.PATH_PREFIX }}
134134 strict : ${{ fromJSON(inputs.strict != '' && inputs.strict || 'true') }}
135135
136136 - uses : elastic/docs-builder/actions/validate-inbound-local@main
137- if : ${{ !cancelled() && (steps.deployment.outputs.result || (steps.check-files.outputs.any_changed == 'true' && github.event_name == 'merge_group')) }}
137+ if : ${{ !cancelled() && (steps.deployment.outputs.result || (steps.check-files.outputs.any_modified == 'true' && github.event_name == 'merge_group')) }}
138138
139139 - uses : elastic/docs-builder/.github/actions/aws-auth@main
140140 if : ${{ !cancelled() && steps.deployment.outputs.result }}
You can’t perform that action at this time.
0 commit comments