Skip to content

Commit

Permalink
Fix double checkout bug in PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
woop committed Mar 24, 2021
1 parent 1a14656 commit 79b888f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr_full_access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
# code from the PR.
ref: ${{ github.event.pull_request.merge_commit_sha }}
submodules: recursive
- uses: actions/checkout@v2
- uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 79b888f

Please sign in to comment.