Skip to content

Commit e014928

Browse files
committed
Re-enable if-gate
1 parent e0581a4 commit e014928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
--settings:all build_type=${{ inputs.configuration }} \
3333
--format=json .. > build.json
3434
- 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 }}
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 }}
3636
shell: bash
3737
working-directory: ${{ env.build_dir }}
3838
run: |

0 commit comments

Comments
 (0)