Merge pull request #29393 from woocommerce/fix/fork-nightly-builds

Stop nightly builds in forks.
This commit is contained in:
Peter Fabian 2021-03-17 10:34:46 +01:00 committed by GitHub
commit b3108a03e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
- cron: '0 0 * * *' # Run at 12 AM UTC.
jobs:
build:
if: github.repository_owner == 'woocommerce'
name: Nightly builds
strategy:
fail-fast: false