Skip to content

Commit

Permalink
Updated name of step, as merge is not ff-only anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Apr 18, 2024
1 parent 2e9930f commit 5f45785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
ref: "${{ env.USED_SHA }}"
persist-credentials: false
- name: check if fast-forward merge is possible
- name: check if merge is possible (merge is used for testing)
if: github.event_name == 'pull_request_target'
run: |
if $(git rev-parse --is-shallow-repository); then
Expand Down

0 comments on commit 5f45785

Please sign in to comment.