Skip to content

Commit

Permalink
release workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Jul 21, 2020
1 parent 574fe2b commit 69025ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
package: [ska3-flight, ska3-matlab]
steps:
- name: Regression Tests
if: contains(${{needs.sanity_check.outputs.packages}}, matrix.package)
if: contains(needs.sanity_check.outputs.packages, matrix.package)
run: |
RELEASE_TAG=`basename "$GITHUB_REF"`
conda create -y -n ${{ matrix.package }}-${RELEASE_TAG} \
Expand Down

0 comments on commit 69025ba

Please sign in to comment.