Skip to content

Commit

Permalink
explicitly check release == true in tests.yaml (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Wyman Neagle authored Aug 2, 2022
1 parent 7475091 commit 8e13d3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,7 @@ jobs:

release:
needs: tests
if: >
github.ref == 'refs/heads/develop'
&& needs.tests.outputs.release
if: github.ref == 'refs/heads/develop' && needs.tests.outputs.release == 'true'
uses: AgnostiqHQ/covalent/.github/workflows/release.yml@develop
secrets: inherit
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Remove migration guide reference from README

### Operations

- Explicitly check `release == true` in tests.yml

## [0.160.0] - 2022-08-02

### Authors
Expand Down

0 comments on commit 8e13d3a

Please sign in to comment.