Skip to content

Commit 1ea821d

Browse files
Merge pull request #1409 from mtchoum1/commit-cron
[RHOAIENG-26264] commit*.env references updates automatically at 11:00 UTC using cron job
2 parents 7c26b6b + 2d1d8bf commit 1ea821d

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)