ci: limit nuxt2 nightly build to nuxt org (#19352)

This commit is contained in:
Inesh Bose 2023-03-01 09:39:58 +00:00 committed by GitHub
parent 679cec0781
commit 755deccf95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
jobs: jobs:
nightly: nightly:
if: github.repository_owner == 'nuxt'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3