Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
fix(openshift/nightly): Fix always condition
Browse files Browse the repository at this point in the history
Signed-off-by: nshankar13 <[email protected]>
  • Loading branch information
nshankar13 committed Jul 30, 2021
1 parent fc37dad commit 2c5d7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openshift-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
./demo/run-osm-demo.sh
go run ./ci/cmd/maestro.go
- name: Cleanup resources
if: ${{ always }}
if: ${{ always() }}
env:
BOOKWAREHOUSE_NAMESPACE: bookwarehouse
BOOKBUYER_NAMESPACE: bookbuyer
Expand Down

0 comments on commit 2c5d7f8

Please sign in to comment.