Skip to content

Commit

Permalink
Save release testing metadata only when tests are run (#18540)
Browse files Browse the repository at this point in the history
Signed-off-by: Jaymala Sinha <[email protected]>

Signed-off-by: Jaymala Sinha <[email protected]>
  • Loading branch information
Jaymala authored Dec 23, 2022
1 parent d073a3d commit f587a97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/enos-release-testing-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:

save-metadata:
runs-on: linux
needs: [test]
if: ${{ startsWith(github.event.action, 'enos-release-testing-oss') || failure() }}
needs: test
steps:
- name: Persist metadata
uses: hashicorp/actions-persist-metadata@v1

0 comments on commit f587a97

Please sign in to comment.