Skip to content

Commit

Permalink
ci/qemu: allow this workflow to be manually triggered
Browse files Browse the repository at this point in the history
This patch adds a way to trigger this workflow by navigating to the
repository's Actions tab and selecting this QEMU workflow.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
  • Loading branch information
vincentkfu committed Sep 27, 2024
1 parent e4e8520 commit 39dbb7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/qemu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
workflow_dispatch:
schedule:
- cron: "50 3 * * *" # daily at 4:50 UTC (00:50 EST)

Expand Down

0 comments on commit 39dbb7d

Please sign in to comment.