From 01e890766be1cdd28c28ef0beec1bfc262c042e7 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Wed, 18 Aug 2021 13:41:15 -0700 Subject: [PATCH] /.github/workflows/ci-performance-benchmarks-report.yaml: fix numbers --- .github/workflows/ci-performance-benchmarks-report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-performance-benchmarks-report.yaml b/.github/workflows/ci-performance-benchmarks-report.yaml index 7d83195761..e7bc0aad63 100644 --- a/.github/workflows/ci-performance-benchmarks-report.yaml +++ b/.github/workflows/ci-performance-benchmarks-report.yaml @@ -8,7 +8,7 @@ jobs: report-pull-request: name: Report Performance Benchmarks on Pull Request runs-on: ubuntu-18.04 - if: ${{ github.event.client_payload.issue_number != "-1" }} + if: ${{ github.event.client_payload.issue_number != -1 }} steps: - name: Checkout uses: actions/checkout@v2 @@ -49,7 +49,7 @@ jobs: report-email: name: Report Performance Benchmarks via Email runs-on: ubuntu-18.04 - if: ${{ github.event.client_payload.issue_number == "-1" }} + if: ${{ github.event.client_payload.issue_number == -1 }} steps: - name: Checkout uses: actions/checkout@v2