Skip to content

Commit

Permalink
Remove unnecessary checkout step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
h-wata committed Feb 13, 2024
1 parent c23d77f commit 2c82be9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/noetic-docker-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
run: rm -rf /opt/hostedtoolcache
- name: checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: set up QEMU
uses: docker/setup-qemu-action@v1
- name: set up Docker Buildx
Expand Down

0 comments on commit 2c82be9

Please sign in to comment.