build-SD-armbian.sh: Pin armbian/build to commit 8f262c6 until upstre… #580
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: LXD Tests | |
on: | |
pull_request: | |
branches: | |
- master | |
- devel | |
- release/* | |
push: | |
branches: | |
- devel | |
jobs: | |
lxd: | |
uses: ./.github/workflows/build-lxd.yml | |
with: | |
git_ref: "${{ github.ref }}" |