Skip to content

Commit

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

- 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 ee8af9a

Please sign in to comment.