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 169a285 commit dc4ba37Copy full SHA for dc4ba37
.github/workflows/deploy.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- ep2024
7
+ schedule:
8
+ - cron: "*/10 * * * *" # every 10 minutes
9
workflow_dispatch:
10
11
jobs:
0 commit comments