Skip to content

Commit

Permalink
fix: comment bot in CD pipeline (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Feb 2, 2023
1 parent 7b4bcb0 commit a2f66bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/comment_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
- name: Run Tests
if: startsWith(github.event.comment.body, '/check') # check that the comment startsWith the "/check" keyword
uses: ./.github/workflows/tests.yml
secrets: inherit

- name: Run PR Title Check
if: startsWith(github.event.comment.body, '/check') # check that the comment startsWith the "/check" keyword
uses: ./.github/workflows/conventional-prs.yml
secrets: inherit

0 comments on commit a2f66bd

Please sign in to comment.