Skip to content

Commit bd80560

Browse files
author
abadhwar
committed
Add dependence on test workflow
1 parent 2ebd8b7 commit bd80560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: make test
5050
update-api-specs:
5151
runs-on: ubuntu-latest
52-
# needs: [test]
52+
needs: [test]
5353
outputs:
5454
change-log: ${{ steps.update-specs.outputs.change-log }}
5555
version-type: ${{ steps.update-specs.outputs.version-type }}

0 commit comments

Comments
 (0)