We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fbd4a commit c672c6bCopy full SHA for c672c6b
.github/workflows/_cicd_preflight.yml
@@ -31,7 +31,7 @@ on:
31
value: ${{ jobs.pre-flight.outputs.is_deployment_workflow }}
32
is_merge_group:
33
description: "Whether event is a merge_queue"
34
- value: ${{ github.event == 'merge_group' }}
+ value: ${{ github.event_name == 'merge_group' }}
35
jobs:
36
pre-flight:
37
runs-on: ubuntu-latest
0 commit comments