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:
Andrii Nakryiko
2024-06-06 14:34:50 -07:00
parent 764d19da07
commit 42065ea662

View File

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