Skip to content

Commit 48bc184

Browse files
authored
Update github actions
1 parent 9f27464 commit 48bc184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda_build_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
subdir: recipes/${{ matrix.recipe }}
4646

4747
- name: build-upload-recipes
48-
if: github.ref == 'refs/heads/main'
48+
if: github.ref == 'refs/heads/main' && steps.changed-recipe.outputs.changed == 'true'
4949
uses: ./
5050
with:
5151
subdir: recipes/${{ matrix.recipe }}

0 commit comments

Comments
 (0)