We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f75e0 commit 3798f37Copy full SHA for 3798f37
.github/workflows/build-php-unix.yml
@@ -2,6 +2,8 @@ name: Build Self-Hosted PHP Binary (Unix)
2
3
on:
4
workflow_dispatch:
5
+ schedule:
6
+ - cron: "0 1 */3 * *"
7
8
jobs:
9
build-release-artifacts:
0 commit comments