Skip to content

Commit

Permalink
remove add PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan authored Jun 13, 2024
1 parent 3bebc3b commit 150f0ba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/notebook-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ jobs:
python ci/verify_exercises.py $nbs --c "$COMMIT_MESSAGE"
python ci/make_pr_comment.py $nbs --branch $branch --o comment.txt
- name: Add PR comment
if: "!contains(env.COMMIT_MESSAGE, 'skip ci')"
uses: machine-learning-apps/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: comment.txt
# - name: Add PR comment
# if: "!contains(env.COMMIT_MESSAGE, 'skip ci')"
# uses: machine-learning-apps/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# path: comment.txt

- name: Update READMEs
if: "!contains(env.COMMIT_MESSAGE, 'skip ci')"
Expand Down

0 comments on commit 150f0ba

Please sign in to comment.