[READ-ONLY] Mirror of https://github.com/probablykasper/probablykasper.
0

Configure Feed

Select the types of activity you want to include in your feed.

Reduce to run every 12 hours

authored by

Kasper and committed by
GitHub
(May 24, 2021, 9:59 PM +0200) c7e5739f efb873a2

+1 -1
+1 -1
.github/workflows/readme-template.yml
··· 1 1 name: Readme Template 2 2 on: 3 3 schedule: 4 - - cron: '0 */4 * * *' # every 4 hours 4 + - cron: '0 */12 * * *' # every 12 hours 5 5 push: 6 6 branches: [ master ] 7 7 workflow_dispatch: