From 98109c4d50dd7e2121f3698122f78abb0074c21d Mon Sep 17 00:00:00 2001 From: Johnnie Birch Date: Mon, 12 Sep 2022 21:46:09 -0700 Subject: [PATCH] Temp and minor change for testing workflow --- .github/workflows/performance.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 784e66083347..3be267d23259 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -8,7 +8,7 @@ name: "Performance Testing" on: pull_request_review_comment: types: [created, edited] -# push: + push: # Env variables env: @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest # if: (github.event_name == 'push') && (github.repository != 'bytecodealliance/wasmtime-sightglass-benchmarking') if: | - startsWith(github.event.comment.body, '/bench_x64') && + startsWith(github.event.review_comment.body, '/bench_x64') && (github.event.issue.pull_request_review_comment) && (('abrown' == github.event.comment.user.login) || ('afonso360' == github.event.comment.user.login) @@ -33,7 +33,7 @@ jobs: || ('bjorn3' == github.event.comment.user.login) || ('cfallin' == github.event.comment.user.login) || ('fitzgen' == github.event.comment.user.login) - || ('jlb6740' == github.event.comment.user.login) + || ('jlb6740' == github.event.review_comment.user.login) || ('sparker-arm' == github.event.comment.user.login) || ('uweigand' == github.event.comment.user.login)) steps: @@ -67,7 +67,7 @@ jobs: runs-on: [self-hosted, linux, x64] if: (github.event_name == 'push') && (github.repository == 'bytecodealliance/wasmtime-sightglass-benchmarking') steps: -# - run: echo "$GITHUB_CONTEXT" + - run: echo "$GITHUB_CONTEXT" - run: echo "${{ github.event.head_commit.message }}" # - name: "Build sightglass commit '${{ env.SG_COMMIT }}'" # run: |