Skip to content

Commit

Permalink
First fetch, to be able to checkout branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Apr 16, 2024
1 parent 2712998 commit ccd646a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- name: check if fast-forward merge is possible
if: github.event_name == 'pull_request_target'
run: |
git fetch
git checkout "${{ github.base_ref }}"
git pull
echo "MIRROR_BRANCH=TEMPORARY_MERGE_PR_${{ github.event.number }}" >> "$GITHUB_ENV"
Expand Down

0 comments on commit ccd646a

Please sign in to comment.