Skip to content

Commit

Permalink
implement hacky workaround so downstreams runs in the merge queue. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez authored Feb 3, 2025
1 parent 3bff238 commit dea0957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/downstreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'FEATURE-BRANCH-*'
merge_group:
types: [checks_requested]

pull_request:

concurrency:
group: ${{ github.event_name == 'merge_group' && format('merge-group-{0}', github.event.merge_group.head_sha) || github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || format('commit-{0}', github.sha) }}
Expand Down

0 comments on commit dea0957

Please sign in to comment.