Skip to content

Commit

Permalink
remove vro-image output check for SecRel pipeline (#2038)
Browse files Browse the repository at this point in the history
* removed vro-images output check for secrel job

* Automated commit: Unpin versions of updated images

* Update image_versions.src

---------

Co-authored-by: VRO Machine User <[email protected]>
Co-authored-by: Mason Watson <[email protected]>
  • Loading branch information
3 people authored Sep 20, 2023
1 parent 0517b34 commit 8521496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secrel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
secrel:
name: SecRel Pipeline
needs: publish-to-ghcr
if: needs.publish-to-ghcr.outputs.run-secrel == 'true' && needs.publish-to-ghcr.outputs.vro-images != ''
if: needs.publish-to-ghcr.outputs.run-secrel == 'true'
# https://psychic-disco-c1251ea1.pages.github.io/pipeline/release_notes/v4.2.0/
uses: department-of-veterans-affairs/lighthouse-tornado-secrel-pipeline/.github/workflows/pipeline.yml@v4
with:
Expand Down

0 comments on commit 8521496

Please sign in to comment.