Skip to content

Commit

Permalink
Workflows: Disabled seperate pr_unittests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn committed Mar 18, 2023
1 parent 0537a73 commit 27a2cf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >>$GITHUB_OUTPUT
id: extract_branch

- name: Checkout core from branch '${{steps.extract_branch.outputs.branch}}'
- name: Checkout core from branch '${{steps.extract_branch.outputs.branch}}' (for push)
if: github.event_name != 'pull_request'
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 27a2cf5

Please sign in to comment.