/.github/workflows/ci-performance-benchmarks-report.yaml: fix numbers

This commit is contained in:
Dustin Brown
2021-08-18 13:41:15 -07:00
parent d2c3c98759
commit 01e890766b

View File

@@ -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