Skip to content

Commit

Permalink
fix(ci): address errors in CI to enable branch protection rules (#30)
Browse files Browse the repository at this point in the history
* fix(ci): add required version to docker lint

* chore: add merge group to CI triggers

* fix(ci): fix misspelling in filename
  • Loading branch information
MSevey authored Sep 9, 2024
1 parent 269d005 commit 75ff206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
tags:
- "v*"
pull_request:
merge_group:

jobs:
docker-build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- uses: rollkit/.github/.github/actions/[email protected]

dockerfile-lint:
uses: rollkit/.github/.github/workflows/reuseable_dockerfile_lint.yml
uses: rollkit/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.4.1
with:
failure-threshold: "error"

0 comments on commit 75ff206

Please sign in to comment.