Skip to content

Commit

Permalink
Remove auto comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LuigiGiuffrida98 committed Dec 9, 2024
1 parent fd8f8b0 commit 1467bec
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,3 @@ jobs:
make mcu-gen X_HEEP_CFG=configs/ci.hjson
python3 .github/workflows/test-apps/test_apps.py --compile-only
- name: Post comment on failure
if: failure()
uses: actions/github-script@v6
with:
script: |
github.rest.issues.createComment({
...context.repo,
issue_number: context.issue.number,
body: "The compile action did not complete successfully. Please check the logs for more details."
});
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1467bec

Please sign in to comment.