workflow: fix cargo-deny-runner.yaml syntax error

There is a syntax error in .github/workflows/cargo-deny-runner.yaml

Fixes: #5808

Signed-off-by: Bin Liu <bin@hyper.sh>
This commit is contained in:
Bin Liu 2022-12-01 12:22:05 +08:00
parent 1da2d0603c
commit f7fc436bed

View File

@ -1,6 +1,6 @@
name: Cargo Crates Check Runner
on:
- pull_request:
pull_request:
types:
- opened
- edited