Skip to content

Commit cd90ddc

Browse files
committed
Run nightly on php org only unless triggered via workflow_dispatch
1 parent 16bf833 commit cd90ddc

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)