Skip to content

Commit b72a8ae

Browse files
pkoutsovasilisv1v
andauthored
Update .github/workflows/serverless-project.yml
Co-authored-by: Victor Martinez <[email protected]>
1 parent 7072184 commit b72a8ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/serverless-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: serverless-project
44
on:
55
workflow_dispatch:
66
schedule:
7-
# To run more often if needed, for now weekly on sunday at 4:00 UTC
8-
- cron: "0 4 * * 0"
7+
# To run more often if needed, for now daily at 4:00 UTC
8+
- cron: "0 4 * * *"
99

1010
permissions:
1111
contents: read

0 commit comments

Comments
 (0)