Skip to content

Commit

Permalink
Reenable checkout head/tag from adafruit
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Jun 1, 2024
1 parent 0c42310 commit c32c621
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/custom-board-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
- name: Set up repository
run: |
git clone --filter=tree:0 https://github.com/adafruit/circuitpython.git $GITHUB_WORKSPACE
- name: Checkout head
if: github.repository_owner == 'adafruit'
- name: Checkout head / tag
run: |
git checkout ${{ inputs.version == 'latest' && 'HEAD' || inputs.version }}
- name: fork compatibility
Expand Down

0 comments on commit c32c621

Please sign in to comment.