Skip to content

Commit

Permalink
disable canary builds for forked repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Jul 24, 2023
1 parent c2fb40f commit b5060d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ on:
jobs:
publish-packages:
runs-on: ubuntu-latest
if: github.repository_owner == 'livecycle'

steps:
- name: Dump GitHub context
run: echo '${{ toJSON(github) }}' | jq .

- uses: actions/checkout@v3

- uses: actions/setup-node@v3
Expand Down

0 comments on commit b5060d6

Please sign in to comment.