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