Skip to content

Commit

Permalink
Workflows: Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn committed Mar 21, 2023
1 parent dcedc62 commit f3ad1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo github.base_ref '${{ github.base_ref }}'
echo github.head_ref '${{ github.head_ref }}'
echo github.pull_request.base.ref '${{ github.pull_request.base.ref }}'
echo steps.extract_branch_new.outputs.branch '${{ steps.extract_branch_new.outputs.branch }}'
echo steps.extract_branch.outputs.branch '${{ steps.extract_branch.outputs.branch }}'
- name: Checkout core from branch '${{steps.extract_branch.outputs.branch}}' (for push)
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit f3ad1ce

Please sign in to comment.