Skip to content

Commit

Permalink
Run nightly on php org only unless triggered via workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
iluuu1994 committed Apr 14, 2022
1 parent 16bf833 commit cd90ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
GENERATE_MATRIX:
name: Generate Matrix
if: github.repository_owner == 'php' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
outputs:
branches: ${{ steps.set-matrix.outputs.branches }}
Expand Down

0 comments on commit cd90ddc

Please sign in to comment.