Skip to content

Commit

Permalink
Update requested.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nick42d authored Jul 11, 2024
1 parent 59aab00 commit 9e493a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/requested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
integration-tests:
name: Integration tests triggered from a specific PR comment
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/test' && false}}
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/test'}}
runs-on: ubuntu-latest
steps:
- name: Put a reaction to the comment
Expand Down

0 comments on commit 9e493a0

Please sign in to comment.