Skip to content

Commit

Permalink
build: Add 'no ci' to set version commit msg
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriytkach committed Dec 5, 2023
1 parent e601463 commit 28a080e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gradle-no-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
build:
name: Build and CodeQL Analysis
runs-on: ubuntu-latest
if:
${{ !startsWith(github.event.head_commit.message, 'build: Set version to') }}

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/increment-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com'
git add build.gradle
git commit -m "build: Set version to ${{ steps.version-bump.outputs.new_version }}" -m "${{ steps.version-bump.outputs.changelog }}"
git commit -m "build: Set version to ${{ steps.version-bump.outputs.new_version }}" -m "${{ steps.version-bump.outputs.changelog }}" -m "[no ci]"
git push -f

0 comments on commit 28a080e

Please sign in to comment.