Skip to content

Commit cc064f9

Browse files
committed
Made ci run less often
1 parent 85def34 commit cc064f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/decky-plugins.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Update decky-plugins
22
on:
3-
pull_request:
4-
push:
3+
schedule:
4+
- cron: "0 0 1 * *"
5+
workflow_dispatch
56
jobs:
67
update-plugins:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)