Skip to content

Commit

Permalink
chore: allow workflow manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloraisi committed Oct 15, 2024
1 parent cdff8e6 commit 8ec8781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
on:
schedule:
- cron: "30 00 * * 0"
workflow_dispatch:

jobs:
renovate:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-flake.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
on:
schedule:
- cron: "30 00 * * 1"
workflow_dispatch:

jobs:
lockfile:
Expand Down

0 comments on commit 8ec8781

Please sign in to comment.