Skip to content

Commit

Permalink
fix: run nightly only on the main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Jun 9, 2024
1 parent 2483c63 commit e4f6eb0
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 @@ -10,6 +10,7 @@ on:
jobs:
set_release_type:
runs-on: ubuntu-latest
if: github.repository == 'facebook/react-native'
outputs:
RELEASE_TYPE: ${{ steps.set_release_type.outputs.RELEASE_TYPE }}
env:
Expand Down

0 comments on commit e4f6eb0

Please sign in to comment.