Skip to content

Commit 5e5e288

Browse files
authored
fix: updated test workflow to fallback to main if branch does not exist
1 parent 6cd5070 commit 5e5e288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_ws_codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ref: ${{ steps.branch-name.outputs.current_branch }}
2323

2424
- name: Checkout to main if above failed
25-
if: steps.specific-checkout.outcome = 'failure'
25+
if: steps.specific-checkout.outcome == 'failure'
2626
uses: actions/checkout@v3
2727
with:
2828
repository: biothings/biothings_explorer

0 commit comments

Comments
 (0)