Skip to content

Commit

Permalink
Update touchstone workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Jul 13, 2024
1 parent 8a328a9 commit ed5e112
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/touchstone-receive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@ concurrency:
on:
pull_request:

permissions:
contents: read

jobs:
prepare:
runs-on: ubuntu-latest
if:
true &&
(
github.event.comment.author_association == 'OWNER' ||
github.event.comment.author_association == 'MEMBER' ||
github.event.comment.author_association == 'COLLABORATOR'
github.event.pull_request.author_association == 'OWNER' ||
github.event.pull_request.author_association == 'MEMBER' ||
github.event.pull_request.author_association == 'COLLABORATOR'
)
outputs:
config: ${{ steps.read_touchstone_config.outputs.config }}
Expand Down

0 comments on commit ed5e112

Please sign in to comment.