mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 12:44:39 +00:00
gha: ci: Fix typo pull_requesst -> pull_request
Thanks David Esparza for pointing this one out. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
ddf4afb961
commit
1a7bbcd398
2
.github/workflows/ci-on-push.yaml
vendored
2
.github/workflows/ci-on-push.yaml
vendored
@ -14,7 +14,7 @@ on:
|
|||||||
- labeled
|
- labeled
|
||||||
env:
|
env:
|
||||||
COMMIT_HASH: ${{ github.event.pull_request.head.sha }}
|
COMMIT_HASH: ${{ github.event.pull_request.head.sha }}
|
||||||
PR_NUMBER: ${{ github.event.pull_requesst.number }}
|
PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
kata-containers-ci-on-push:
|
kata-containers-ci-on-push:
|
||||||
|
Loading…
Reference in New Issue
Block a user