mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Rename nightly.yml to test-suite.yml
This commit is contained in:
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
PUSH:
|
||||
needs: GENERATE_MATRIX
|
||||
name: ${{ matrix.branch.ref }}
|
||||
uses: ./.github/workflows/nightly.yml
|
||||
uses: ./.github/workflows/test-suite.yml
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
2
.github/workflows/root.yml
vendored
2
.github/workflows/root.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
needs: GENERATE_MATRIX
|
||||
name: ${{ matrix.branch.ref }}
|
||||
if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
|
||||
uses: ./.github/workflows/nightly.yml
|
||||
uses: ./.github/workflows/test-suite.yml
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user