Skip to content

Commit eaf7540

Browse files
o-baggeDennisMoschina
authored andcommitted
Update conditions for prerelease job in workflow
Enable manual trigger of job
1 parent c31d48d commit eaf7540

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/prerelease_open_pr_builds.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ env:
2020

2121
jobs:
2222
prerelease:
23-
if: >
24-
github.event_name != 'workflow_run' ||
23+
if: |
24+
github.event_name == 'workflow_dispatch' ||
2525
(
26+
github.event_name == 'workflow_run' &&
2627
github.event.workflow_run.conclusion == 'success' &&
2728
github.event.workflow_run.event == 'pull_request'
2829
)

0 commit comments

Comments
 (0)