Skip to content

Commit

Permalink
Add dependence on test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abadhwar committed Feb 6, 2022
1 parent 2ebd8b7 commit bd80560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: make test
update-api-specs:
runs-on: ubuntu-latest
# needs: [test]
needs: [test]
outputs:
change-log: ${{ steps.update-specs.outputs.change-log }}
version-type: ${{ steps.update-specs.outputs.version-type }}
Expand Down

0 comments on commit bd80560

Please sign in to comment.