Skip to content

Commit d99ed64

Browse files
committed
build: update release metadata at 1 midnight
1 parent e5fa522 commit d99ed64

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/update-release-metadata.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Update Release Metadata
22

33
on:
4-
workflow_run:
5-
workflows: ["Build and Publish PHP Extension"]
6-
types:
7-
- completed
4+
schedule:
5+
- cron: '0 1 * * *'
86

97
permissions:
108
contents: write

0 commit comments

Comments
 (0)