We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0581a4 commit e014928Copy full SHA for e014928
.github/actions/dependencies/action.yml
@@ -32,7 +32,7 @@ runs:
32
--settings:all build_type=${{ inputs.configuration }} \
33
--format=json .. > build.json
34
- name: upload dependencies
35
- #if: ${{ env.CONAN_REMOTE_URL != '' && env.CONAN_REMOTE_USERNAME != '' && env.CONAN_REMOTE_PASSWORD != '' && github.ref_type == 'branch' && github.ref_name == github.event.repository.default_branch }}
+ if: ${{ env.CONAN_REMOTE_URL != '' && env.CONAN_REMOTE_USERNAME != '' && env.CONAN_REMOTE_PASSWORD != '' && github.ref_type == 'branch' && github.ref_name == github.event.repository.default_branch }}
36
shell: bash
37
working-directory: ${{ env.build_dir }}
38
run: |
0 commit comments