Skip to content

Commit ccd646a

Browse files
committed
First fetch, to be able to checkout branch
1 parent 2712998 commit ccd646a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gitlab_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
- name: check if fast-forward merge is possible
8585
if: github.event_name == 'pull_request_target'
8686
run: |
87+
git fetch
8788
git checkout "${{ github.base_ref }}"
8889
git pull
8990
echo "MIRROR_BRANCH=TEMPORARY_MERGE_PR_${{ github.event.number }}" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)