Skip to content

Commit

Permalink
fix: checkout in comment bot workflow for CD pipeline (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Feb 2, 2023
1 parent a2f66bd commit 9782d3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/comment_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
if: ${{ github.event.issue.pull_request }} # check if the comments come from a pull request and exclude comments from issues
runs-on: [ubuntu-latest]
steps:
- name: Check out the repository
uses: actions/checkout@v3

- name: Run Tests
if: startsWith(github.event.comment.body, '/check') # check that the comment startsWith the "/check" keyword
uses: ./.github/workflows/tests.yml
Expand Down

0 comments on commit 9782d3d

Please sign in to comment.