Skip to content

Commit

Permalink
merge group too
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed May 23, 2024
1 parent ec5c63d commit 1b71e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/required.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
success:
if: github.event.workflow_run.event == 'pull_request'
if: contains(fromJSON('["merge_group", "pull_request"]'), github.event.workflow_run.event)
name: Create appropriate status
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1b71e50

Please sign in to comment.