Skip to content

Commit

Permalink
Fix: Added release CI [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
petruki committed Jun 25, 2022
1 parent 519fbd3 commit fd7ab88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
build-test:
name: Build & Test
runs-on: ubuntu-latest
concurrency: ci-${{ github.ref }}

steps:
- uses: actions/checkout@v3
Expand All @@ -26,7 +25,7 @@ jobs:

docker:
name: Publish Docker Image
needs: [ build-lint ]
needs: [ build-test ]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit fd7ab88

Please sign in to comment.