Skip to content

Commit bc21ffa

Browse files
committed
Merge main
1 parent 86ec55b commit bc21ffa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/comment-on-asciidoc-changes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
issue_number: context.payload.pull_request.number,
3939
body: 'It looks like this PR modifies one or more `.asciidoc` files. These files are being migrated to Markdown, and any changes merged now will be lost. See the [migration guide](https://elastic.github.io/docs-builder/migration/freeze/index.html) for details.'
4040
})
41+
4142
- name: Error if .asciidoc files changed
42-
if: steps.check-files.outputs.asciidoc_changed == 'true'
43+
if: steps.check-files.outputs.any_changed == 'true'
4344
run: exit 1

0 commit comments

Comments
 (0)