We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf97fcf commit 1be32b6Copy full SHA for 1be32b6
1 file changed
.github/workflows/flatpak-external-data-checker.yml
@@ -1,7 +1,7 @@
1
name: Check for Flatpak dependency updates
2
on:
3
schedule:
4
- - cron: "* * * * *" # every day
+ - cron: "0 0 * * *" # every day
5
workflow_dispatch:
6
7
jobs:
0 commit comments