Skip to content

Commit

Permalink
chore(ci): add back workflow_dispatch trigger.
Browse files Browse the repository at this point in the history
It is needed to refresh kernels lists allowing `dbg-go` CI to pass with the new
distro keys.

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Oct 24, 2023
1 parent b13529a commit b7a487a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-kernels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Update Kernels

on:

Check warning on line 4 in .github/workflows/update-kernels.yml

View workflow job for this annotation

GitHub Actions / Lints and Scans

4:1 [truthy] truthy value should be one of [false, true]
workflow_dispatch:
schedule:
- cron: '30 6 * * *'

Expand Down

0 comments on commit b7a487a

Please sign in to comment.