Skip to content

Commit

Permalink
fix: build workflow for comment bot (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Feb 2, 2023
1 parent b3fb839 commit ebcf6cd
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 @@ -8,12 +8,10 @@ jobs:
run_tests:
name: Run tests
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/check' }}
runs-on: [ubuntu-latest]
uses: ./.github/workflows/tests.yml
secrets: inherit
check_title:
name: Check PR Title
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/check' }}
runs-on: [ubuntu-latest]
uses: ./.github/workflows/conventional-prs.yml
secrets: inherit

0 comments on commit ebcf6cd

Please sign in to comment.