Skip to content

Commit dcd1508

Browse files
committed
Don't depend on passed test to release
1 parent 9c5ba18 commit dcd1508

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
run: conda build --extra-deps "python=${{ matrix.python }}" "openmdao=${{ matrix.openmdao }}" --test build-output/*/*.tar.bz2
6565

6666
upload:
67-
needs: test
67+
# TODO: make this more robust by depending on passed tests
68+
needs: package
6869
runs-on: ubuntu-latest
6970
if: github.event_name == 'release'
7071
defaults:

0 commit comments

Comments
 (0)