We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f27464 commit 48bc184Copy full SHA for 48bc184
.github/workflows/conda_build_upload.yml
@@ -45,7 +45,7 @@ jobs:
45
subdir: recipes/${{ matrix.recipe }}
46
47
- name: build-upload-recipes
48
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main' && steps.changed-recipe.outputs.changed == 'true'
49
uses: ./
50
with:
51
0 commit comments