Skip to content

Commit

Permalink
ci: remove useless job
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Jul 5, 2024
1 parent 0b60805 commit 4733ddd
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,15 +271,6 @@ jobs:
name: docker-image-${{ github.run_id }}
compression-level: 0 # No compression since it is already a gzip file

check-if-release-branch:
if: ${{ github.ref == 'refs/heads/main' }}
name: Check if release branch
runs-on: ubuntu-latest
needs:
- compile
steps:
- run: echo "This is a push to main branch. Following with release a new version"

good-to-merge:
name: Good to merge
runs-on: ubuntu-latest
Expand All @@ -292,6 +283,7 @@ jobs:

generate-tag-name:
name: Generate GitHub tag name
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
needs:
- test
Expand Down

0 comments on commit 4733ddd

Please sign in to comment.