Skip to content

Commit b332319

Browse files
Update update-catalyst-ci-deps.yml
1 parent ff0cf1b commit b332319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-catalyst-ci-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
update_ci_deps:
2727
uses: ./.github/workflows/update-catalyst-deps.yml
2828
with:
29-
notify_type: ${{ inputs.notify_type }}
29+
notify_type: ${{ github.event_name == 'workflow_dispatch' && inputs.notify_type || 'pr' }}
3030
repos: ${{ inputs.repos != '' && inputs.repos ||'input-output-hk/catalyst-voices, input-output-hk/hermes, input-output-hk/catalyst-libs, input-output-hk/catalyst-reviews, input-output-hk/catalyst-som, input-output-hk/catalyst-execution, input-output-hk/norns' }}
3131
secrets: inherit

0 commit comments

Comments
 (0)