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 ddd7cf1 commit 9d6f9feCopy full SHA for 9d6f9fe
.github/workflows/data.yaml
@@ -3,7 +3,7 @@ name: flatsheet
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: '0 * * * *'
+ - cron: '0 0,12 * * *'
7
8
jobs:
9
scheduled:
README.md
@@ -1 +1,17 @@
1
-# flat-sheet
+# flat-sheet
2
+
+Example repo for <https://docs.sheetjs.com/docs/demos/hosting/github>
+The example action is set to run at midnight and noon using the cron expression
+```yaml
+on:
+ schedule:
10
11
+```
12
13
+[crontab guru](https://crontab.guru/#0_0,12_*_*_*) describes the expression as
14
15
+> At minute 0 past hour 0 and 12.
16
17
+Log retention is set to 1 day.
0 commit comments