Skip to content

Commit

Permalink
Fix typo of pull_request
Browse files Browse the repository at this point in the history
Signed-off-by: John Niang <[email protected]>
  • Loading branch information
JohnNiang committed Jan 10, 2024
1 parent 5d9e79c commit 84fb786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/halo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
test:
if: github.event_name == 'pull-request' || github.event_name == 'push'
if: github.event_name == 'pull_request' || github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x

e2e-test:
if: github.event_name == 'pull-request' || github.event_name == 'push'
if: github.event_name == 'pull_request' || github.event_name == 'push'
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 84fb786

Please sign in to comment.