Skip to content

Commit 914e87e

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: Run nightly on php org only unless triggered via workflow_dispatch
2 parents c821886 + cd90ddc commit 914e87e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
GENERATE_MATRIX:
88
name: Generate Matrix
9+
if: github.repository_owner == 'php' || github.event_name == 'workflow_dispatch'
910
runs-on: ubuntu-latest
1011
outputs:
1112
branches: ${{ steps.set-matrix.outputs.branches }}

0 commit comments

Comments
 (0)