Skip to content

Commit

Permalink
Try out if it works
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed May 15, 2024
1 parent 55b4022 commit ef5baf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
environment: testing
runs-on: ubuntu-latest
permissions: write-all
if: ${{ github.event.issue.pull_request }} && ${{ github.event.issue_comment.comment.body }} == "run tests" && ${{ github.event.issue_comment.comment.author_association }} == "COLLABORATOR"
if: ${{ github.event.issue_comment.comment.body }} == "run tests"
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit ef5baf3

Please sign in to comment.