Skip to content

Commit

Permalink
Add ability to use canary release in conda-incubator.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Feb 3, 2022
1 parent 0eeedcf commit 4af781a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canary-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:

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

0 comments on commit 4af781a

Please sign in to comment.