Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Jan 14, 2025
1 parent 7d905cf commit 214beb1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ jobs:
- 'jtag/**'
docs:
- 'doc/org.eclipse.cdt.doc.user/**'
- uses: actions/github-script@v7
if: (success() || failure()) && steps.filter.outputs.docs
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '👋 Thanks for updating the documentation! As part of the GitHub action the HTML will be generated and added to the artifacts of this run.'
})
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 214beb1

Please sign in to comment.