Skip to content

Commit

Permalink
fix(CI): do not run canary release script if PR belongs to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jan 28, 2021
1 parent ade683b commit 03e3829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
publish-canary:
name: Publish Canary
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
- name: Checkout Master
uses: actions/checkout@v2
Expand Down

0 comments on commit 03e3829

Please sign in to comment.