Skip to content

Commit

Permalink
json
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesaezreyes authored Aug 26, 2024
1 parent 02f3567 commit 0eee1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test_workflow:
if: |
contains('["OWNER", "COLLABORATOR", "MEMBER"]', github.event.issue.author_association) &&
contains(fromJSON('["OWNER", "COLLABORATOR", "MEMBER"]'), github.event.issue.author_association) &&
github.event.issue.pull_request &&
github.event.comment.body == '/testin'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0eee1b9

Please sign in to comment.