Skip to content

Commit

Permalink
Fix condition check.
Browse files Browse the repository at this point in the history
[skip-tests] since this is only changing infra.
  • Loading branch information
alliepiper committed May 3, 2024
1 parent 27b79af commit b3ef1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
steps:
- name: Check results
run: |
status="passed"
status="success"
check_result() {
name=$1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
steps:
- name: Check results
run: |
status="passed"
status="success"
check_result() {
name=$1
Expand Down

0 comments on commit b3ef1e6

Please sign in to comment.