Skip to content

Commit 7fabb61

Browse files
committed
Also enable running on dispatch event
1 parent e196716 commit 7fabb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jira_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
server:
1414
uses: ./.github/workflows/jira_server_ci.yml
15-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
15+
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
1616

1717
cloud:
1818
needs: server

0 commit comments

Comments
 (0)