Skip to content

Commit 1f952ae

Browse files
committed
fix flipped line in github pipeline
seems to work in simple scenario quite irregular Would not work with a matrix in the job for example.
1 parent 505fe5d commit 1f952ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python_deploy_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ concurrency:
2626
jobs:
2727
call-workflow-conda-release:
2828
name: Publish production Conda package on JFrog Artifactory
29-
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-release_conda_assets.yml@main
3029
if: ${{ github.event_name == 'release' || github.event.inputs.publish-conda == 'true' }}
30+
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-release_conda_assets.yml@main
3131
with:
3232
virtual-repo-names: '["geology-conda-prod", "geophysics-conda-prod"]'
3333
release-tag: ${{ github.event.release.tag_name || github.event.inputs.release-tag }}

0 commit comments

Comments
 (0)