Skip to content

Commit

Permalink
Check Result for GH job (#2423)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 authored Oct 16, 2023
1 parent a5114c9 commit 1d947cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ jobs:
release-candidate:
runs-on: ubuntu-latest
if: ${{ always() && needs.validate-all-tests-pass.result == 'success'
&& needs.run-logs-testbed.status == 'success'
&& needs.run-logs-testbed.result == 'success'
&& (startsWith(github.ref_name, 'release/v') || github.ref_name == 'main') }}
needs: [validate-all-tests-pass, run-logs-testbed]
steps:
Expand Down

0 comments on commit 1d947cd

Please sign in to comment.