Skip to content

Commit

Permalink
ci: Need to run dependency-review.yml for merge queue (#1959)
Browse files Browse the repository at this point in the history
Otherwise merges stall.
  • Loading branch information
larseggert authored Jul 3, 2024
1 parent 2fe667e commit cf72ed4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@
#
# Source repository: https://github.com/actions/dependency-review-action
name: 'Dependency Review'
on: [pull_request]
on:
pull_request:
branches: ["main"]
paths-ignore: ["*.md", "*.png", "*.svg", "LICENSE-*"]
merge_group:

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true

permissions:
contents: read
Expand Down

0 comments on commit cf72ed4

Please sign in to comment.