Skip to content

Commit

Permalink
Copy touchstone receive YAML from {epidemics}
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikunterwegs committed Jun 6, 2024
1 parent 7e0d388 commit defff29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/touchstone-receive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
if:
true &&
(
github.event.pull_request.author_association == 'OWNER' ||
github.event.pull_request.author_association == 'MEMBER' ||
github.event.pull_request.author_association == 'COLLABORATOR'
github.event.comment.author_association == 'OWNER' ||
github.event.comment.author_association == 'MEMBER' ||
github.event.comment.author_association == 'COLLABORATOR'
)
outputs:
config: ${{ steps.read_touchstone_config.outputs.config }}
Expand Down

0 comments on commit defff29

Please sign in to comment.