Skip to content

Commit ee8af9a

Browse files
committed
Skip dependency review run on merge queue
1 parent db5ae1e commit ee8af9a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/dependency-review.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
contents: read # for actions/checkout
2222
pull-requests: write # for actions/dependency-review-action to post comments
2323
steps:
24+
- if: github.event_name == 'merge_group'
25+
run: exit 0 # Artifically flag as successful, as this is a required check for branch protection.
26+
2427
- name: Checkout Repository
2528
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2629

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
2323
lint:
24-
name: Lint
24+
name: Go Lint
2525
runs-on: ubuntu-22.04
2626
steps:
2727
- name: Checkout Repository

0 commit comments

Comments
 (0)