Skip to content

Commit

Permalink
ci: make pahole-staging workflow manually triggerable
Browse files Browse the repository at this point in the history
Allow to manually trigger pahole-staging workflow.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
  • Loading branch information
anakryiko committed Jun 6, 2024
1 parent 764d19d commit 42065ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pahole.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: pahole-staging

on:
workflow_dispatch:
schedule:
- cron: '0 18 * * *'


jobs:
vmtest:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 42065ea

Please sign in to comment.