From 9f7ae468260ad18227c157912ffb36aa9bd68d1d Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Mon, 30 Sep 2024 15:37:25 -0400 Subject: [PATCH] chore(workflows): rename workflow name --- .github/workflows/version-bump.yml | 4 ++-- .gitignore | 3 ++- deploy/release/Dockerfile | 0 3 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 deploy/release/Dockerfile diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index c105864c2..cac39f4da 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -1,4 +1,4 @@ -name: Bump Version +name: Bump version on: push: @@ -31,12 +31,12 @@ jobs: if: "!startsWith(github.event.head_commit.message, 'bump:')" runs-on: ubuntu-latest name: "Bump Version" - needs: run-tests steps: - uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 + - name: Create bump and changelog uses: commitizen-tools/commitizen-action@master with: diff --git a/.gitignore b/.gitignore index d640a0636..35625dd53 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ .DS_Store .session.vim aof* +dist # Test binary *.test @@ -73,7 +74,7 @@ buildenv* nebula/node_modules mprocs.yaml +build !devbox.lock -!motr/build !buf.lock diff --git a/deploy/release/Dockerfile b/deploy/release/Dockerfile deleted file mode 100644 index e69de29bb..000000000