Skip to content

Commit

Permalink
Reduce fetch all to fetch fork
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Jun 1, 2024
1 parent 416d0d7 commit 0c42310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/custom-board-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: github.repository_owner != 'adafruit'
run: |
git remote add fork https://github.com/${{github.repository}}.git
git fetch --all
git fetch fork
- name: branch compatibility
if: inputs.branch != ''
run: |
Expand Down

0 comments on commit 0c42310

Please sign in to comment.