Skip to content

Commit

Permalink
Re-add commit triggers to skip workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikunterwegs committed Jun 6, 2024
1 parent 0c607ec commit 884aa24
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/touchstone-receive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ on:
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'
)
# Allow benchmarking workflow to run for external contribs
outputs:
config: ${{ steps.read_touchstone_config.outputs.config }}
Expand Down

0 comments on commit 884aa24

Please sign in to comment.