diff --git a/.github/workflows/comment_bot.yml b/.github/workflows/comment_bot.yml index b36b7462..59cec10d 100644 --- a/.github/workflows/comment_bot.yml +++ b/.github/workflows/comment_bot.yml @@ -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