Skip to content

Commit 2d1d8bf

Browse files
committed
Made the commit update automatic so it runs everyday at 6 am
1 parent 35f924c commit 2d1d8bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-commit-latest-env.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Update commit-latest.env on params-latest.env change
33

44
"on":
55
workflow_dispatch:
6+
schedule:
7+
- cron: '0 11 * * *' # Daily at midnight UTC
68
push:
79
branches:
810
- main

0 commit comments

Comments
 (0)