Skip to content

Commit 1be32b6

Browse files
authored
fix(ci): set cron to actually do every day (#1290)
:vlone:
1 parent cf97fcf commit 1be32b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/flatpak-external-data-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check for Flatpak dependency updates
22
on:
33
schedule:
4-
- cron: "* * * * *" # every day
4+
- cron: "0 0 * * *" # every day
55
workflow_dispatch:
66

77
jobs:

0 commit comments

Comments
 (0)