Skip to content

Commit

Permalink
Merge branch 'main-test-perf-workflow' into main-test-perf-workflow-m…
Browse files Browse the repository at this point in the history
…erge-attempt
  • Loading branch information
jlb6740 authored Oct 4, 2022
2 parents 89c4cd7 + f6dd35f commit 4b28f5e
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,22 @@ jobs:
Wasmtime_Repo_On_PR_Comment:
name: Benchmark x64 on PR comment Wasmtime repo
runs-on: ubuntu-latest
# if: |
# (github.event_name == 'issue_comment') &&
# (github.event.issue.pull_request.url) &&
# (contains(github.event.comment.body, '/bench_x64')) &&
# (('abrown' == github.event.comment.user.login)
# || ('afonso360' == github.event.comment.user.login)
# || ('akirilov-arm' == github.event.comment.user.login)
# || ('alexcrichton' == github.event.comment.user.login)
# || ('bbouvier' == github.event.comment.user.login)
# || ('bjorn3' == github.event.comment.user.login)
# || ('cfallin' == github.event.comment.user.login)
# || ('fitzgen' == github.event.comment.user.login)
# || ('jlb6740' == github.event.comment.user.login)
# || ('sparker-arm' == github.event.comment.user.login)
# || ('uweigand' == github.event.comment.user.login))
if: |
(github.event_name == 'issue_comment') &&
(github.event.issue.pull_request.url) &&
(contains(github.event.comment.body, '/bench_x64')) &&
(('abrown' == github.event.comment.user.login)
|| ('afonso360' == github.event.comment.user.login)
|| ('akirilov-arm' == github.event.comment.user.login)
|| ('alexcrichton' == github.event.comment.user.login)
|| ('bbouvier' == github.event.comment.user.login)
|| ('bjorn3' == github.event.comment.user.login)
|| ('cfallin' == github.event.comment.user.login)
|| ('fitzgen' == github.event.comment.user.login)
|| ('jlb6740' == github.event.comment.user.login)
|| ('sparker-arm' == github.event.comment.user.login)
|| ('uweigand' == github.event.comment.user.login))
steps:
- run: echo "$GITHUB_CONTEXT"
- run: |
Expand Down

0 comments on commit 4b28f5e

Please sign in to comment.