Skip to content

Commit 6788890

Browse files
committed
[skip ci] Feedback
1 parent 0f80d9d commit 6788890

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Nightly
22
on:
3-
schedule:
4-
- cron: "0 1 * * *"
53
workflow_call:
64
inputs:
75
asan_ubuntu_version:

.github/workflows/root.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
with:
3838
token: ${{ secrets.ACTION_MONITORING_SLACK }}
3939
NIGHTLY_MASTER:
40+
name: master
4041
needs: GENERATE_MATRIX
4142
if: contains(needs.GENERATE_MATRIX.outputs.branches, 'master')
4243
uses: ./.github/workflows/nightly.yml
@@ -51,6 +52,7 @@ jobs:
5152
windows_version: '2022'
5253
secrets: inherit
5354
NIGHTLY_84:
55+
name: PHP-8.4
5456
needs: GENERATE_MATRIX
5557
if: contains(needs.GENERATE_MATRIX.outputs.branches, 'PHP-8.4')
5658
uses: ./.github/workflows/nightly.yml
@@ -65,6 +67,7 @@ jobs:
6567
windows_version: '2022'
6668
secrets: inherit
6769
NIGHTLY_83:
70+
name: PHP-8.3
6871
needs: GENERATE_MATRIX
6972
if: contains(needs.GENERATE_MATRIX.outputs.branches, 'PHP-8.3')
7073
uses: ./.github/workflows/nightly.yml
@@ -79,6 +82,7 @@ jobs:
7982
windows_version: '2019'
8083
secrets: inherit
8184
NIGHTLY_82:
85+
name: PHP-8.2
8286
needs: GENERATE_MATRIX
8387
if: contains(needs.GENERATE_MATRIX.outputs.branches, 'PHP-8.2')
8488
uses: ./.github/workflows/nightly.yml
@@ -93,6 +97,7 @@ jobs:
9397
windows_version: '2019'
9498
secrets: inherit
9599
NIGHTLY_81:
100+
name: PHP-8.2
96101
needs: GENERATE_MATRIX
97102
if: contains(needs.GENERATE_MATRIX.outputs.branches, 'PHP-8.1')
98103
uses: ./.github/workflows/nightly.yml

0 commit comments

Comments
 (0)