Skip to content

Commit

Permalink
Update check_validated_by_qc_code.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orladoylenvs authored Apr 29, 2024
1 parent 04d4d66 commit a0b71f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_validated_by_qc_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: qc-branch-exists
run: |
echo $BRANCH_NAME
QC_BRANCH_NAME="${BRANCH_NAME}_qc"
QC_BRANCH_NAME="${BRANCH_NAME}_qc_test"
echo $QC_BRANCH_NAME
git ls-remote --exit-code --heads origin $QC_BRANCH_NAME >/dev/null 2>&1
EXIT_CODE=$?
Expand Down

0 comments on commit a0b71f4

Please sign in to comment.