File tree 2 files changed +5
-2
lines changed 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : Nightly
2
2
on :
3
- schedule :
4
- - cron : " 0 1 * * *"
5
3
workflow_call :
6
4
inputs :
7
5
asan_ubuntu_version :
Original file line number Diff line number Diff line change 37
37
with :
38
38
token : ${{ secrets.ACTION_MONITORING_SLACK }}
39
39
NIGHTLY_MASTER :
40
+ name : master
40
41
needs : GENERATE_MATRIX
41
42
if : contains(needs.GENERATE_MATRIX.outputs.branches, 'master')
42
43
uses : ./.github/workflows/nightly.yml
51
52
windows_version : ' 2022'
52
53
secrets : inherit
53
54
NIGHTLY_84 :
55
+ name : PHP-8.4
54
56
needs : GENERATE_MATRIX
55
57
if : contains(needs.GENERATE_MATRIX.outputs.branches, 'PHP-8.4')
56
58
uses : ./.github/workflows/nightly.yml
65
67
windows_version : ' 2022'
66
68
secrets : inherit
67
69
NIGHTLY_83 :
70
+ name : PHP-8.3
68
71
needs : GENERATE_MATRIX
69
72
if : contains(needs.GENERATE_MATRIX.outputs.branches, 'PHP-8.3')
70
73
uses : ./.github/workflows/nightly.yml
79
82
windows_version : ' 2019'
80
83
secrets : inherit
81
84
NIGHTLY_82 :
85
+ name : PHP-8.2
82
86
needs : GENERATE_MATRIX
83
87
if : contains(needs.GENERATE_MATRIX.outputs.branches, 'PHP-8.2')
84
88
uses : ./.github/workflows/nightly.yml
93
97
windows_version : ' 2019'
94
98
secrets : inherit
95
99
NIGHTLY_81 :
100
+ name : PHP-8.2
96
101
needs : GENERATE_MATRIX
97
102
if : contains(needs.GENERATE_MATRIX.outputs.branches, 'PHP-8.1')
98
103
uses : ./.github/workflows/nightly.yml
You can’t perform that action at this time.
0 commit comments