Skip to content

Commit

Permalink
Revert "DROP: Checkout pull request HEAD commit instead of merge commit"
Browse files Browse the repository at this point in the history
This reverts commit 0382528.
  • Loading branch information
robertvolkmann committed Oct 16, 2024
1 parent cd62740 commit fc0d626
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Make tag
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Setup Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit fc0d626

Please sign in to comment.