Skip to content

Commit 5b41ce6

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

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/dependency-review.yml

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

.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)