Skip to content

Commit

Permalink
Simplify include
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 5, 2024
1 parent 506a376 commit 2e3e884
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
- [ hc-launch ]
- [ hc-scaffold ]
include:
- template: [ holonix-default ]
- os: ubuntu-latest
template:
- holonix-default
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -65,6 +67,7 @@ jobs:
id: extract_branch

- name: Init from template
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
cd $(mktemp -d)
echo "Fetching template from branch ${{ steps.extract_branch.outputs.branch }}"
Expand Down

0 comments on commit 2e3e884

Please sign in to comment.