Skip to content

Commit

Permalink
Fixing build on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ivnglkv committed Mar 3, 2024
1 parent 4fceca7 commit 433006b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Commit incremented version
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Increment version
branch: develop
commit_message: Increment version [ci skip]
lint:
runs-on: ubuntu-latest
env:
Expand All @@ -48,5 +47,9 @@ jobs:
needs: [version-update, lint]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Build Docker image
uses: ./.github/workflows/docker-image-update.yml

0 comments on commit 433006b

Please sign in to comment.