Skip to content

Commit

Permalink
[CI] Remove redundant needs (mlrun#2961)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch authored Jan 21, 2023
1 parent 4b9a35e commit aec1d63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/automatic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
name: Create release & tag v${{ github.event.inputs.version }}
runs-on: ubuntu-latest
if: github.event.inputs.skip_create_tag_release != 'true'
needs: publish-to-pypi
steps:
- uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit aec1d63

Please sign in to comment.