Skip to content

Commit

Permalink
Skip dependency review run on merge queue (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Sep 16, 2024
1 parent f8f9664 commit 39ec20f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
contents: read # for actions/checkout
pull-requests: write # for actions/dependency-review-action to post comments
steps:
- name: Skip on Merge Group
run: exit 0 # Artifically flag as successful, as this is a required check for branch protection.
if: github.event_name == 'merge_group'

- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:

jobs:
lint:
name: Lint
name: Go Lint
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 39ec20f

Please sign in to comment.