mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-05 08:09:07 +08:00
ci: make pahole-staging workflow manually triggerable
Allow to manually trigger pahole-staging workflow. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
2
.github/workflows/pahole.yml
vendored
2
.github/workflows/pahole.yml
vendored
@@ -1,10 +1,10 @@
|
|||||||
name: pahole-staging
|
name: pahole-staging
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 18 * * *'
|
- cron: '0 18 * * *'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
vmtest:
|
vmtest:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|||||||
Reference in New Issue
Block a user