Skip to content

Commit

Permalink
HSEARCH-4674 Fix GH Actions config for dependabot Docker PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Nov 8, 2023
1 parent 24b1b1f commit 6680a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ on:
# we'll reject such dependant PRs and send a PR ourselves.
- '!dependabot/**'
- 'dependabot/maven/build-dependencies-**'
- 'dependabot/docker/build-containers-**'
- 'dependabot/docker/database-containers-**'
- 'dependabot/docker/**/build-containers-**'
- 'dependabot/docker/**/database-containers-**'

concurrency:
group: "workflow = ${{ github.workflow }}, ref = ${{ github.event.ref }}, pr = ${{ github.event.pull_request.id }}"
Expand Down

0 comments on commit 6680a91

Please sign in to comment.