Skip to content

Commit c672c6b

Browse files
authored
fix: Emit merge_queue event (#306)
Signed-off-by: oliver könig <[email protected]>
1 parent a5fbd4a commit c672c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_cicd_preflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
value: ${{ jobs.pre-flight.outputs.is_deployment_workflow }}
3232
is_merge_group:
3333
description: "Whether event is a merge_queue"
34-
value: ${{ github.event == 'merge_group' }}
34+
value: ${{ github.event_name == 'merge_group' }}
3535
jobs:
3636
pre-flight:
3737
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)