Skip to content

Commit 9b640e8

Browse files
committed
Restore dry-run flag for commits
1 parent 873b60f commit 9b640e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/export.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ jobs:
4343
- name: Upload the recipes
4444
run: |
4545
conan upload '*' --confirm --check --only-recipe \
46-
--remote ${{ env.CONAN_REMOTE_NAME }}
46+
--remote ${{ env.CONAN_REMOTE_NAME }} \
47+
#${{ github.ref_type == 'branch' && github.ref_name == github.event.repository.default_branch && '' || '--dry-run'}}

0 commit comments

Comments
 (0)