Skip to content

Commit

Permalink
Remove fork check from canary-release (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard authored Nov 14, 2024
1 parent 23cef2e commit ce25a6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions canary-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ runs:
GITHUB_TOKEN: ${{ inputs.comment-token }}

- name: Build & upload package
# make sure we don't run on forks
if: github.repository_owner == 'conda' || github.repository_owner == 'conda-incubator'
id: build
shell: bash -l {0}
run: |
Expand Down

0 comments on commit ce25a6d

Please sign in to comment.